static <A> A dm_remote_callModule_safeRestruct(S computerID, S moduleID, S method, O... args) { L _args = ll(moduleID, method); addAll(_args, args); ret dm_evalOnOtherMachine_safeRestruct(computerID, "dm_call(" + joinWithComma(map structureToJava(_args)) + ")", realEval := true); }
Began life as a copy of #1020510
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020511 |
| Snippet name: | dm_remote_callModule_safeRestruct - will not work with all kinds of arguments |
| Eternal ID of this version: | #1020511/3 |
| Text MD5: | 21940eb3895fcb57be823923a62afec0 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-25 17:19:16 |
| Source code size: | 298 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 458 / 499 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |