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

11
LINES

< > BotCompany Repo | #1010510 // allDownloadedWebs - shouldn't use this, scans over obsolete files

JavaX fragment (include)

static /*cached*/ L<Web> allDownloadedWebs() {
  new L<Web> webs;
  time "Unpacking webs" {
    for (Pair<S> p : downloadedDiagramStructures2()) pcall-short {
      CirclesAndLines cal = cal_unstructure(p.a);
      if (nempty(p.b)) cal.globalID = p.b;
      webs.add(calToWeb(cal));
    }
  }
  ret webs;
}

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: #1010510
Snippet name: allDownloadedWebs - shouldn't use this, scans over obsolete files
Eternal ID of this version: #1010510/9
Text MD5: 3e30765cabf79987bafb88f7e1b31fc6
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-16 22:45:10
Source code size: 316 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 411 / 430
Version history: 8 change(s)
Referenced in: [show references]