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

9
LINES

< > BotCompany Repo | #1013767 // ai_silentlyInvalidateAndDeleteTriple - foret the invalidation triple

JavaX fragment (include)

static void ai_silentlyInvalidateAndDeleteTriple(S a, S b, S c) {
  ai_silentlyInvalidateAndDeleteTriple(ai_findTriple(a, b, c));
}

static void ai_silentlyInvalidateAndDeleteTriple(TripleWeb t) {
  if (t == null) ret;
  ai_deleteTriple(ai_invalidateTriple(t));
  ai_deleteTriple(t);
}

Author comment

Began life as a copy of #1013764

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: #1013767
Snippet name: ai_silentlyInvalidateAndDeleteTriple - foret the invalidation triple
Eternal ID of this version: #1013767/3
Text MD5: 9b720547c4a836f79722ea3c91f66819
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:05:14
Source code size: 293 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 263 / 275
Version history: 2 change(s)
Referenced in: [show references]