static L<WebRelation> web_backwardRelations(WebNode node) { if (node == null) ret emptyList(); new L<WebRelation> l; for (WebRelation r : web_relationObjects(node.web)) if (r.b == node) l.add(r); ret l; }
Began life as a copy of #1011294
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: | #1011297 |
| Snippet name: | web_backwardRelations |
| Eternal ID of this version: | #1011297/1 |
| Text MD5: | 6a375618ac25e66c81379e73918615e1 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-23 00:35:59 |
| Source code size: | 229 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 623 / 666 |
| Referenced in: | [show references] |