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

6
LINES

< > BotCompany Repo | #1013518 // ai_removeTriplesInMemory

JavaX fragment (include)

1  
static int ai_removeTriplesInMemory(Collection<TripleWeb> l) {
2  
  if (empty(l)) ret 0;
3  
  ai_markMemoryDirty();
4  
  tripleIndex().removeTriples(l);
5  
  ret l(l);
6  
}

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: #1013518
Snippet name: ai_removeTriplesInMemory
Eternal ID of this version: #1013518/4
Text MD5: 4e65ae9daf381b7256e5d54160fb3b43
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-15 14:10:55
Source code size: 162 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 304 / 344
Version history: 3 change(s)
Referenced in: [show references]