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

13
LINES

< > BotCompany Repo | #1012510 // ai_wrongWeb - stronger than ai_invalidateWeb (also posts "[invalid] ..." triple)

JavaX fragment (include)

static void ai_wrongWeb(S webID) {
  ai_wrongWeb(ai_getWebFromTerm(webID));
}

static S ai_wrongWeb(Web web) {
  if (web == null) null;
  Bool old = setThreadLocal(ai_invalidateWeb_postAntiTriple, true);
  try {
    ret ai_invalidateWeb(web);
  } finally {
    ai_invalidateWeb_postAntiTriple.set(old);
  }
}

Author comment

Began life as a copy of #1011413

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: #1012510
Snippet name: ai_wrongWeb - stronger than ai_invalidateWeb (also posts "[invalid] ..." triple)
Eternal ID of this version: #1012510/4
Text MD5: 97126d48e0920280780181f736884b68
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-05 16:52:44
Source code size: 320 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 354 / 387
Version history: 3 change(s)
Referenced in: [show references]