load_interpreter_recursive

Function load_interpreter_recursive 

Source
fn load_interpreter_recursive(
    interpreter_path: &str,
    task: &Task,
    strategy: &LoadStrategy,
    depth: usize,
) -> Result<(u64, u64), ElfLoaderError>
Expand description

Recursive interpreter loading with depth limiting