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

11
LINES

< > BotCompany Repo | #1011582 // indexedNodes_rawLookup

JavaX fragment (include)

static L<WebNode> indexedNodes_rawLookup(S s) {
  L<WebNode> l = cachedNodeIndex().get(ai_shortenForIndex(s));
  ifclass AI_SubSpace
  AI_SubSpace ss = ai_currentSubSpace();
  if (ss != null) {
    L<WebNode> l2 = ss.indexedNodes_rawLookup(symbol(s));
    ret concatLists_conservative(l2, l);
  }
  endif
  ret l;
}

Author comment

Began life as a copy of #1011457

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: #1011582
Snippet name: indexedNodes_rawLookup
Eternal ID of this version: #1011582/5
Text MD5: 9ea1abc8fe91e59c7e4e4e14d00766f4
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-10 07:28:13
Source code size: 325 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 339 / 405
Version history: 4 change(s)
Referenced in: [show references]