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

7
LINES

< > BotCompany Repo | #1011417 // ai_invalidateWebTransiently

JavaX fragment (include)

static Web ai_invalidateWebTransiently(S globalID) {
  ret ai_postTransientTriple("Web " + globalID, "is", "invalid");
}

static Web ai_invalidateWebTransiently(Web web) {
  ret web == null ? null : ai_invalidateWebTransiently(web.globalID);
}

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: #1011417
Snippet name: ai_invalidateWebTransiently
Eternal ID of this version: #1011417/4
Text MD5: e1bdc5d44f823e9fec75253c85981bde
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:27:03
Source code size: 249 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 287 / 326
Version history: 3 change(s)
Referenced in: [show references]