pub fn run_function_body(name: &str, args: &[String]) -> Option<i32>Expand description
Body-only function dispatch (no doshfunc scope wrap) — call as the
body_runner of a direct doshfunc(...) invocation to avoid the
double-wrap of going back through dispatch_function_call. None
when no executor.