1 | static Set<GlobalID> ai_invalidWebIDsFromDB() { |
2 | new HashSet<GlobalID> ids; |
3 | new Matches m; |
4 | for (TripleWeb w : ai_triples("$X", "is", "invalid")) |
5 | if (swic_trim(w.a, "Web ", m) && isGlobalID($1)) |
6 | ids.add(asGlobalID($1)); |
7 | ret ids; |
8 | } |
Began life as a copy of #1012788
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: | #1012790 |
Snippet name: | ai_invalidWebIDsFromDB |
Eternal ID of this version: | #1012790/4 |
Text MD5: | d4cc1be2ef92d72fdfd23fd7ec3d982d |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-13 05:21:23 |
Source code size: | 253 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 383 / 429 |
Version history: | 3 change(s) |
Referenced in: | [show references] |