1 | static L<WebNode> indexedNodes_rawLookup(S s) {
|
2 | L<WebNode> l = cachedNodeIndex().get(ai_shortenForIndex(s)); |
3 | ifclass AI_SubSpace |
4 | AI_SubSpace ss = ai_currentSubSpace(); |
5 | if (ss != null) {
|
6 | L<WebNode> l2 = ss.indexedNodes_rawLookup(symbol(s)); |
7 | ret concatLists_conservative(l2, l); |
8 | } |
9 | endif |
10 | ret l; |
11 | } |
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: | 620 / 694 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |