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

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

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