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

6
LINES

< > BotCompany Repo | #1010851 // web_countNodes

JavaX fragment (include)

1  
static long web_countNodes(Collection<Web> webs) {
2  
  long n = 0;
3  
  if (webs != null)
4  
    for (Web web : webs) n += l(web_nodesWithoutRelations(web));
5  
  ret 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: #1010851
Snippet name: web_countNodes
Eternal ID of this version: #1010851/2
Text MD5: 241274c96f46274c874e8996eaa4f8c9
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-04 22:00:18
Source code size: 165 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 428 / 456
Version history: 1 change(s)
Referenced in: [show references]