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

6
LINES

< > BotCompany Repo | #1022770 // dm_loadedStandardFunctionHolderFor - returns modules ID

JavaX fragment (include)

sS dm_loadedStandardFunctionHolderFor(S functionName) {
  for (S mod : stringsOnly(vmBus_queryAll('standardFunctionHolder)))
    if (eq(dm_call(mod, 'functionName), functionName))
      ret mod;
  null;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, mqsvbyillbrs, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022770
Snippet name: dm_loadedStandardFunctionHolderFor - returns modules ID
Eternal ID of this version: #1022770/2
Text MD5: f17ef114f16ffe9662fef7dae17ef4f0
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-04-06 19:36:10
Source code size: 209 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 190 / 235
Version history: 1 change(s)
Referenced in: [show references]