static L<WebRelation> web_forwardRelations(WebNode node) { if (node == null) ret emptyList(); new L<WebRelation> l; for (WebRelation r : web_relationObjects(node.web)) if (r.a == node) l.add(r); ret l; }
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: | #1011294 | 
| Snippet name: | web_forwardRelations | 
| Eternal ID of this version: | #1011294/1 | 
| Text MD5: | 12e59c0a87bf458a5820d35578436585 | 
| 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:26:24 | 
| Source code size: | 228 bytes / 8 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 605 / 664 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011297 - web_backwardRelations |