static Web web_subWeb(WebNode node) { Web w = web_similarEmptyWeb(node.web); web_addNodesToWeb(web_transitiveForwardRelated(node), w); ret w; }
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: | #1010274 |
| Snippet name: | web_subWeb - clone transitive hull of node |
| Eternal ID of this version: | #1010274/1 |
| Text MD5: | 53bb4be8e4f4f4a43322040c2e1b7b9c |
| 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-07 23:45:36 |
| Source code size: | 153 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 667 / 713 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010296 - web_nodesToNewWeb - clone a set of nodes into a new web |