1 | static /*cached*/ L<Web> downloadedWebsFromFileNamed(S name) { |
2 | new L<Web> webs; |
3 | time "Unpacking webs" { |
4 | for (S struct : downloadedDiagramStructuresForFileNamed(name)) pcall-short { |
5 | Web web = web_flexUnstructure(struct); |
6 | webs.add(web_setSource(name, web)); |
7 | } |
8 | } |
9 | ret webs; |
10 | } |
Began life as a copy of #1010537
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: | #1011190 |
Snippet name: | downloadedWebsFromFileNamed |
Eternal ID of this version: | #1011190/6 |
Text MD5: | 4068e4d2d975688f80c6c157876fdaed |
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 23:18:54 |
Source code size: | 308 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 466 / 484 |
Version history: | 5 change(s) |
Referenced in: | [show references] |