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

5
LINES

< > BotCompany Repo | #1010940 // web_findNodeOrRelation

JavaX fragment (include)

static WebNode web_findNodeOrRelation(Web web, S name) {
  WebNode n = web.findNode(name);
  if (n != null) ret n;
  ret web_findRelationWithLabel(web, name);
}

Author comment

Began life as a copy of #1010204

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: #1010940
Snippet name: web_findNodeOrRelation
Eternal ID of this version: #1010940/1
Text MD5: 7ee2c925d26e0484b24476007fed1349
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-09 02:03:38
Source code size: 164 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 422 / 419
Referenced in: [show references]