Skip to main content

_call_function

Function _call_function 

Source
pub fn _call_function(args: &[String]) -> i32
Expand description

_call_function — invoke a named shell function with the rest of the args, storing its exit status under the param named by $1. Returns 0 if invoked, 1 if the named fn doesn’t exist.