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

9
LINES

< > BotCompany Repo | #1028443 // dm_initNestedConcepts - initialize Concepts that are persisted in a module field

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (16805L/122K).

// Call this only once per Concepts!
static Concepts dm_initNestedConcepts(Concepts concepts) {
  if (concepts != null) {
    DynModule mod = dm_current_mandatory();
    postUnstructureConcepts(concepts);
    onConceptsChange(concepts, r { mod.change() });
  }
  ret concepts;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028443
Snippet name: dm_initNestedConcepts - initialize Concepts that are persisted in a module field
Eternal ID of this version: #1028443/3
Text MD5: 72beebc8d44d5f10a6acbcb3c3f3ad68
Transpilation MD5: 0178d58350622dc59848dd86d0fce971
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-20 17:18:04
Source code size: 286 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 127 / 511
Version history: 2 change(s)
Referenced in: [show references]