1 | static void ai_deleteInvalidationTriples() {
|
2 | new Matches m; |
3 | for (TripleWeb w : ai_triples("$X", "is", "invalid"))
|
4 | if (swic_trim(w.a, "Web ", m) && isGlobalID($1)) |
5 | ai_deleteTriple(w); |
6 | } |
Began life as a copy of #1012789
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: | #1013766 |
| Snippet name: | ai_deleteInvalidationTriples |
| Eternal ID of this version: | #1013766/1 |
| Text MD5: | 61100c3ef7a2f2ec147730cb07d87f77 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-02-27 02:01:08 |
| Source code size: | 203 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 534 / 586 |
| Referenced in: | [show references] |