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

4
LINES

< > BotCompany Repo | #1016111 // dm_makeOrShowModule - returns module ID (no memory leak)

JavaX fragment (include)

// makes dynamic & static modules
static S dm_makeOrShowModule(S moduleLibID) {
  ret (S) dm_callOS('makeOrShowModule, moduleLibID);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016111
Snippet name: dm_makeOrShowModule - returns module ID (no memory leak)
Eternal ID of this version: #1016111/5
Text MD5: ae220134f7acc5f5970ebe4e13e8def8
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-25 18:40:02
Source code size: 137 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 397 / 452
Version history: 4 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1016459 - dm_makeModule - doesn't make a new module if it is already loaded
#1022672 - dm_makeOrShowModules
#1022783 - dm_makeModuleWithParams - if not there already. Use dm_makeModuleWithParams_systemQ for safer version