1 | static L<WebRelation> web_backwardRelations(WebNode node) {
|
2 | if (node == null) ret emptyList(); |
3 | new L<WebRelation> l; |
4 | for (WebRelation r : web_relationObjects(node.web)) |
5 | if (r.b == node) |
6 | l.add(r); |
7 | ret l; |
8 | } |
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: | 628 / 672 |
| Referenced in: | [show references] |