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); }
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: | 351 / 378 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013767 - ai_silentlyInvalidateAndDeleteTriple - foret the invalidation triple |