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

5
LINES

< > BotCompany Repo | #1010297 // web_withoutNodes - clone web leaving out nodes

JavaX fragment (include)

static Web web_withoutNodes(Web web, Collection<WebNode> nodes) {
  Web w = web_similarEmptyWeb(web);
  web_addNodesToWeb(listMinusList(web_nodes(web), nodes), w);
  ret w;
}

Author comment

Began life as a copy of #1010296

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: #1010297
Snippet name: web_withoutNodes - clone web leaving out nodes
Eternal ID of this version: #1010297/4
Text MD5: 86ac34ff5278c8f9d5293283c3c6f6c1
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-10 23:39:03
Source code size: 178 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 343 / 373
Version history: 3 change(s)
Referenced in: [show references]