[][src]Function ketos::exec::execute_function

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

Executes a Function in the given scope and returns the value.