1 | static L<WebRelation> web_collectBackwardRelations(Collection<WebNode> nodes) { |
2 | new L<WebRelation> l; |
3 | for (WebNode n : unnull(nodes)) |
4 | l.addAll(web_backwardRelations(n)); |
5 | ret l; |
6 | } |
Began life as a copy of #1011295
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: | #1011296 |
Snippet name: | web_collectBackwardRelations |
Eternal ID of this version: | #1011296/1 |
Text MD5: | 1c6309a9882babda3bfe077e68488245 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-23 00:35:37 |
Source code size: | 193 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 465 / 476 |
Referenced in: | [show references] |