pub fn walk_container_escape<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
) -> Result<Vec<ContainerEscapeInfo>>Expand description
Walk all tasks and report container escape indicators.
On missing init_task symbol, returns Ok(vec![]).