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)

1  
static void ai_wrongWeb(S webID) {
2  
  ai_wrongWeb(ai_getWebFromTerm(webID));
3  
}
4  
5  
static S ai_wrongWeb(Web web) {
6  
  if (web == null) null;
7  
  Bool old = setThreadLocal(ai_invalidateWeb_postAntiTriple, true);
8  
  try {
9  
    ret ai_invalidateWeb(web);
10  
  } finally {
11  
    ai_invalidateWeb_postAntiTriple.set(old);
12  
  }
13  
}

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: 357 / 392
Version history: 3 change(s)
Referenced in: [show references]