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

12
LINES

< > BotCompany Repo | #1011418 // ai_postTransientTriple

JavaX fragment (include)

static new ThreadLocal<Bool> ai_postTransientTriple_force;

static Web ai_postTransientTriple(T3<S> triple) {
  if (ai_hasTriple(triple) && !isTrue(ai_postTransientTriple_force!)) null;
  Web web = webFromTriple(triple);
  addTransientWeb(web);
  ret web;
}

static Web ai_postTransientTriple(S a, S b, S c) {
  ret ai_postTransientTriple(t3(a, b, c));
}

Author comment

Began life as a copy of #1011011

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: #1011418
Snippet name: ai_postTransientTriple
Eternal ID of this version: #1011418/4
Text MD5: d7e64f1495867ad5fc527a5ee507f030
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-29 01:55:02
Source code size: 365 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 333 / 357
Version history: 3 change(s)
Referenced in: [show references]