1 | static L<Pair<WebNode>> web_relationsOfTypeIC(Web web, S type) { |
2 | L<Pair<WebNode>> l = new L; |
3 | for (Pair<WebNode> p : keys(web.relations)) |
4 | if (web_hasLabelIC(web.getRelation(p), type)) |
5 | l.add(p); |
6 | ret l; |
7 | } |
Began life as a copy of #1009971
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: | #1010011 |
Snippet name: | web_relationsOfTypeIC |
Eternal ID of this version: | #1010011/1 |
Text MD5: | 5cf51bf36982403f807a0c8d2de411b0 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-28 20:50:07 |
Source code size: | 223 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 424 / 443 |
Referenced in: | [show references] |