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

14
LINES

< > BotCompany Repo | #1012314 // ai_webToTripleWeb - with meta information

JavaX fragment (include)

static TripleWeb ai_webToTripleWeb(Web web) {
  T3<Symbol> t = ai_webToTriple(web);
  if (t == null) null;
  TripleWeb w = newTripleWebWithSource(web.source);
  w.a = t.a;
  w.b = t.b;
  w.c = t.c;
  w.globalID(web.globalIDObj());
  
  w.created(web.created);
  w.flags = web.unverified ? w.UNVERIFIED : 0;
  
  ret w;
}

Author comment

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: 378 / 389
Version history: 10 change(s)
Referenced in: [show references]