static L<S> getOutputOfInjections(L<Injection> injections) { new L<S> l; for (Injection i : injections) { S answer = sendToBotQuietly(i.vmPort, "get injection * variable *", i.injectionID, "print_log"); l.add(isQuoted(answer) ? unquote(answer) : ""); } ret l; }
Began life as a copy of #1001633
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: | #1001780 |
Snippet name: | getOutputOfInjections |
Eternal ID of this version: | #1001780/1 |
Text MD5: | 18d82262c8636635d7fb7fdc988570d7 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-11-14 18:15:57 |
Source code size: | 284 bytes / 8 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 577 / 811 |
Referenced in: | [show references] |