[][src]Function ketos::exec::call_function

pub fn call_function(
    ctx: &Context,
    fun: Value,
    args: Vec<Value>
) -> Result<Value, Error>

Calls a function or lambda in the given scope with the given arguments.