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

8
LINES

< > BotCompany Repo | #1012073 // ai_loadSubSpace

JavaX fragment (include)

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: 362 / 396
Version history: 2 change(s)
Referenced in: [show references]