1 | static /*cached*/ L<Web> allDownloadedWebs() { |
2 | new L<Web> webs; |
3 | time "Unpacking webs" { |
4 | for (Pair<S> p : downloadedDiagramStructures2()) pcall-short { |
5 | CirclesAndLines cal = cal_unstructure(p.a); |
6 | if (nempty(p.b)) cal.globalID = p.b; |
7 | webs.add(calToWeb(cal)); |
8 | } |
9 | } |
10 | ret webs; |
11 | } |
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: | 538 / 549 |
Version history: | 8 change(s) |
Referenced in: | [show references] |