1 | static L<S> ai_speculateOnWeb_functions = ll( |
2 | f ai_spec_include, |
3 | f ai_spec_relRewrite, |
4 | f ai_spec_priorityToNormal |
5 | ); |
6 | |
7 | static void ai_speculateOnWeb(Web web) {
|
8 | if (web == null) ret; |
9 | for (S f : ai_speculateOnWeb_functions) |
10 | ai_callSpeculationFunctionOnWeb(f, web); |
11 | } |
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: | #1012104 |
| Snippet name: | ai_speculateOnWeb |
| Eternal ID of this version: | #1012104/3 |
| Text MD5: | 077523a07bc4d3b89b2ee9b1ff3b816d |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-07 17:18:10 |
| Source code size: | 287 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 648 / 703 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |