1 | // port -> various VM info |
2 | static Map<Int, Map> computerVMs() { |
3 | new LinkedHashMap<Int, Map> vms; |
4 | for (Map inj : computerInjectionsData()) |
5 | putIfNotExisting(vms, getInt(inj, "VM"), inj); |
6 | ret vms; |
7 | } |
Began life as a copy of #1011324
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1011574 |
Snippet name: | computerVMs |
Eternal ID of this version: | #1011574/4 |
Text MD5: | 7214c2a8b25dc85bfda7982088a25fbc |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-31 17:51:59 |
Source code size: | 211 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 457 / 495 |
Version history: | 3 change(s) |
Referenced in: | [show references] |