1 | static void ai_silentlyInvalidateAndDeleteTriple(S a, S b, S c) { |
2 | ai_silentlyInvalidateAndDeleteTriple(ai_findTriple(a, b, c)); |
3 | } |
4 | |
5 | static void ai_silentlyInvalidateAndDeleteTriple(TripleWeb t) { |
6 | if (t == null) ret; |
7 | ai_deleteTriple(ai_invalidateTriple(t)); |
8 | ai_deleteTriple(t); |
9 | } |
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: | 337 / 342 |
Version history: | 2 change(s) |
Referenced in: | [show references] |