pub fn set_fn_call_hook(f: FnCallHook)Expand description
Registers the hook that executes named user-defined functions.
Must be called by exec::init() before any user function can be called.
pub fn set_fn_call_hook(f: FnCallHook)Registers the hook that executes named user-defined functions.
Must be called by exec::init() before any user function can be called.