1 | static TripleWeb ai_webToTripleWeb(Web web) { |
2 | T3<Symbol> t = ai_webToTriple(web); |
3 | if (t == null) null; |
4 | TripleWeb w = newTripleWebWithSource(web.source); |
5 | w.a = t.a; |
6 | w.b = t.b; |
7 | w.c = t.c; |
8 | w.globalID(web.globalIDObj()); |
9 | |
10 | w.created(web.created); |
11 | w.flags = web.unverified ? w.UNVERIFIED : 0; |
12 | |
13 | ret w; |
14 | } |
Began life as a copy of #1011764
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: | #1012314 |
Snippet name: | ai_webToTripleWeb - with meta information |
Eternal ID of this version: | #1012314/11 |
Text MD5: | 9223f8268f162d023ba7b31bb28c0082 |
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-26 05:40:19 |
Source code size: | 333 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 495 / 480 |
Version history: | 10 change(s) |
Referenced in: | [show references] |