static AI_SubSpace ai_loadSubSpace(File f) { new AI_SubSpace ss; L<Web> webs = (L) loadGZStructure(f); for (Web web : webs) ss.addWeb(web); ss.changed = false; ret ss; }
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: | #1012073 |
| Snippet name: | ai_loadSubSpace |
| Eternal ID of this version: | #1012073/3 |
| Text MD5: | f3c9138e95f69c4981cdc2698554672e |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-17 10:44:50 |
| Source code size: | 190 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 655 / 690 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012075 - ai_saveSubSpace #1012080 - ai_swapInSubSpace |