Skip to main content

builtin_condition_call

Function builtin_condition_call 

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

Extract the call from a condition object.

@param c a condition object (list with “call” element) @return the call associated with the condition, or NULL