1 | // returns pair of relation text + target node |
2 | static L<Pair<S, WebNode>> web_forwardRelationsTextPlusNodes(WebNode node) { |
3 | new L<Pair<S, WebNode>> l; |
4 | for (WebNode n : web_allForwardRelated(node)) |
5 | l.add(pair(web_text(node.web.getRelation(node, n)), n)); |
6 | ret l; |
7 | } |
Began life as a copy of #1009834
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: | #1010214 |
Snippet name: | web_forwardRelationsTextPlusNodes |
Eternal ID of this version: | #1010214/4 |
Text MD5: | fd658db85972f5df68abbaa9c7872748 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-06 20:27:28 |
Source code size: | 278 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 492 / 517 |
Version history: | 3 change(s) |
Referenced in: | [show references] |