Skip to main content

expand_program_functions_owned

Function expand_program_functions_owned 

Source
pub fn expand_program_functions_owned(
    program: Program,
    max_depth: u32,
) -> Result<Program, FunctionError>
Expand description

expand_program_functions taking the program by value: without function definitions (the common, fact-heavy case) the program is returned as is, without a clone.