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

6
LINES

< > BotCompany Repo | #1010071 // web_deindex

JavaX fragment (include)

1  
static void web_deindex(WebNode n) {
2  
  MultiMap<Lisp, WebNode> index = n.web.index;
3  
  if (index != null)
4  
    for (Lisp label : n.labels())
5  
      index.remove(label, n);
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: #1010071
Snippet name: web_deindex
Eternal ID of this version: #1010071/4
Text MD5: ca72115f86bc02dfc04233f1580040df
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-18 16:18:40
Source code size: 175 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 449 / 480
Version history: 3 change(s)
Referenced in: [show references]