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

3
LINES

< > BotCompany Repo | #1021842 // dm_pcall - call function in a module safely, return null on error

JavaX fragment (include)

sO dm_pcall(O moduleOrID, S method, O... args) null on error {
  ret dm_call(moduleOrID, method, args);
}

Author comment

Began life as a copy of #1020139

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1021842
Snippet name: dm_pcall - call function in a module safely, return null on error
Eternal ID of this version: #1021842/3
Text MD5: cba03fc6347913f7e81c0e9c0d5534ff
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-02 23:28:42
Source code size: 107 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 237 / 288
Version history: 2 change(s)
Referenced in: [show references]