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

11
LINES

< > BotCompany Repo | #1016816 // dm_moduleLibID - module library ID of current or other module

JavaX fragment (include)

sS dm_moduleLibID() {
  ret programID() + "/" + shortClassName(dm_current_mandatory_generic());
}

sS dm_moduleLibID(O mod) {
  if (mod == null) null;
  mod = dm_getModule(mod);
  if (hasSuperclassShortNamed(mod, 'DynModule))
    ret programID(mod) + "/" + shortClassName(mod);
  null;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016816
Snippet name: dm_moduleLibID - module library ID of current or other module
Eternal ID of this version: #1016816/5
Text MD5: d3617dbe25ca01a124efb6c6898a1739
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-30 00:59:15
Source code size: 297 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 422 / 463
Version history: 4 change(s)
Referenced in: [show references]