Skip to main content

call_user_function

Function call_user_function 

Source
pub fn call_user_function(
    func: &UserFunction,
    args: &[Value],
    event: &Event,
    ctx: &SequenceContext,
    functions: &FxHashMap<String, UserFunction>,
) -> Option<Value>
Expand description

Execute a user-defined function with proper statement evaluation