1 | static bool web_hasForwardRelation(WebNode node, S rel, S target) { |
2 | for (WebNode n : web_allForwardRelated(node)) |
3 | if (web_hasLabel(n, target) && web_hasLabel(node, n, rel)) |
4 | true; |
5 | false; |
6 | } |
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: | #1010218 |
Snippet name: | web_hasForwardRelation |
Eternal ID of this version: | #1010218/1 |
Text MD5: | a070e9c92bc0873d1e7ab453196a5a87 |
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-06 20:45:38 |
Source code size: | 206 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 408 / 435 |
Referenced in: | [show references] |