Skip to main content

builtin_isdebugged

Function builtin_isdebugged 

Source
fn builtin_isdebugged(
    _args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Query whether a function has debug-mode enabled (stub).

@param fun function to query @return always FALSE