Skip to main content

resolve

Function resolve 

Source
pub fn resolve(
    data: &[u8],
    name: Option<&str>,
    limits: &Limits,
) -> Result<Vec<Node>>
Expand description

Fully resolve data down through every archive layer to a flat list of leaf files (and the directory entries seen along the way).

ยงErrors

A bomb-guard trip (ArchiveError::DepthExceeded / ArchiveError::TooManyEntries / ArchiveError::TotalInflatedExceeded), or any decode/open/read failure from an underlying layer.