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

12
LINES

< > BotCompany Repo | #1012915 // post_verified

JavaX fragment (include)

static S post_verified(T3<S> t) {
  Bool prev = setThreadLocal(ai_postTriple_verified, true);
  try {
    ret ai_postTriple(t);
  } finally {
    setThreadLocal(ai_postTriple_verified, prev);
  }
}

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

Author comment

Began life as a copy of #1012096

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: #1012915
Snippet name: post_verified
Eternal ID of this version: #1012915/2
Text MD5: 9dfa4e4e270855221d3825fc3a329305
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-16 13:54:46
Source code size: 285 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 438 / 446
Version history: 1 change(s)
Referenced in: [show references]