1 | sS dm_copyModuleToOtherOSInstance(O mod, S localOSAddress) {
|
2 | if (!isStefansOSAtLocalAddress(localOSAddress)) |
3 | fail("No OS instance found at " + localOSAddress);
|
4 | S struct = dm_moduleStructForDuplication(mod); |
5 | ret matchOK2(sendTo(localOSAddress, "restore module: " + struct)); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1023935 |
| Snippet name: | dm_copyModuleToOtherOSInstance - returns module ID in destination VM |
| Eternal ID of this version: | #1023935/4 |
| Text MD5: | fd6c404a18f63175fe513a80209855ac |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-13 17:36:08 |
| Source code size: | 290 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 407 / 454 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |