Skip to main content

identify_with_limits

Function identify_with_limits 

Source
pub fn identify_with_limits(
    bytes: &[u8],
    limits: Limits,
    depth: usize,
) -> Vec<Candidate>
Expand description

Identify a blob with explicit resource Limits and a starting recursion depth — the entry point the recursive unwrap calls into.