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

9
LINES

< > BotCompany Repo | #1013764 // ai_invalidateAndDeleteTriple

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1011660

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: #1013764
Snippet name: ai_invalidateAndDeleteTriple
Eternal ID of this version: #1013764/1
Text MD5: be4781052b6ae8c893d37455ffe6502c
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 01:59:12
Source code size: 252 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 252 / 276
Referenced in: [show references]