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

7
LINES

< > BotCompany Repo | #1011660 // ai_invalidateTriple

JavaX fragment (include)

static void ai_invalidateTriple(S a, S b, S c) {
  ai_invalidateWebs(ai_cache_findTriple(a, b, c));
}

static TripleWeb ai_invalidateTriple(TripleWeb t) {
  ret t == null ? null : ai_getTriple(ai_invalidateWeb(t.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: #1011660
Snippet name: ai_invalidateTriple
Eternal ID of this version: #1011660/7
Text MD5: 7614be87a4bbfc6db2a8f2b1de910c93
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-02-27 02:08:35
Source code size: 233 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 419 / 467
Version history: 6 change(s)
Referenced in: [show references]