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

4
LINES

< > BotCompany Repo | #1022772 // dm_callStandardFunctionThroughHolder - returns null when there is no holder

JavaX fragment (include)

sO dm_callStandardFunctionThroughHolder(S functionName, O... args) {
  S holder = dm_loadedStandardFunctionHolderFor(functionName);
  ret dm_call(holder, 'callTheFunction, args);
}

Author comment

Began life as a copy of #1022770

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: #1022772
Snippet name: dm_callStandardFunctionThroughHolder - returns null when there is no holder
Eternal ID of this version: #1022772/2
Text MD5: 38a8010b06eafa9904ca104891593aa2
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:42:20
Source code size: 183 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 183 / 238
Version history: 1 change(s)
Referenced in: [show references]