Function eval_closure
pub fn eval_closure(
func: &Func,
closure: &LazyHash<Closure>,
routines: &Routines,
world: Tracked<'_, dyn World + '_>,
introspector: Tracked<'_, Introspector>,
traced: Tracked<'_, Traced>,
sink: TrackedMut<'_, Sink>,
route: Tracked<'_, Route<'_>>,
context: Tracked<'_, Context<'_>>,
args: Args,
) -> Result<Value, EcoVec<SourceDiagnostic>>
Expand description
Call the function in the context with the arguments.