1 | static S sendToLocalBot_cached(S botName, S s, Object... args) {
|
2 | temp DialogIO io = newFindBot(botName); |
3 | if (io == null) |
4 | fail("Bot not found: " + botName);
|
5 | ret io.ask(s, args); |
6 | } |
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: | #1001965 |
| Snippet name: | sendToLocalBot_cached |
| Eternal ID of this version: | #1001965/2 |
| Text MD5: | 3a5dce2363ce1124a3a1fb16c9569bc7 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-13 22:41:37 |
| Source code size: | 193 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 985 / 2576 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |