1 | static L<S> getOutputOfInjections(L<Injection> injections) { |
2 | new L<S> l; |
3 | for (Injection i : injections) { |
4 | S answer = sendToBotQuietly(i.vmPort, "get injection * variable *", i.injectionID, "print_log"); |
5 | l.add(isQuoted(answer) ? unquote(answer) : ""); |
6 | } |
7 | ret l; |
8 | } |
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: | 578 / 812 |
Referenced in: | [show references] |