static WebNode ai_tripleRefToWebNode(TripleRef<S> r) { if (r == null) null; Web web = webFromTriple(r.triple()); try { ret web.nodes.get(r.position()); } catch e { print("ai_tripleRefToWebNode: " + e + " " + sfu(r.triple()) + " => " + webToStringShort(web)); throw rethrow(e); } }
Began life as a copy of #1012331
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: | #1012332 |
| Snippet name: | ai_tripleRefToWebNode |
| Eternal ID of this version: | #1012332/5 |
| Text MD5: | 2b1a156bd0506429fdf7ee29d4ed26ef |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-28 15:37:47 |
| Source code size: | 311 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 686 / 731 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012354 - ai_tripleToWebNode |