1 | static int ai_forgetAllBotHttpRequests() {
|
2 | new L<TripleWeb> toInvalidate; |
3 | for (TripleWeb w : ai_triplesWithB("was for path"))
|
4 | if (isCIPrefixPlusGlobalID(w.a, "Bot HTTP request ")) |
5 | toInvalidate.addAll(triplesWithA(w.a)); |
6 | ai_removeTriplesInMemory(toInvalidate); |
7 | ret l(toInvalidate); |
8 | } |
Began life as a copy of #1013651
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: | #1013652 |
| Snippet name: | ai_forgetAllBotHttpRequests |
| Eternal ID of this version: | #1013652/1 |
| Text MD5: | 11a2ab5d9f07eb2441af91ae2eb98620 |
| 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-14 11:33:39 |
| Source code size: | 307 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 664 / 681 |
| Referenced in: | [show references] |