Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1001780 // getOutputOfInjections

JavaX fragment (include)

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;
}

Author comment

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: 522 / 749
Referenced in: [show references]