Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1010218 // web_hasForwardRelation

JavaX fragment (include)

static bool web_hasForwardRelation(WebNode node, S rel, S target) {
  for (WebNode n : web_allForwardRelated(node))
    if (web_hasLabel(n, target) && web_hasLabel(node, n, rel))
      true;
  false;
}

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: 340 / 366
Referenced in: [show references]