Skip to main content

walk

Function walk 

Source
pub fn walk(data: &[u8], verify: bool) -> Walk
Expand description

Walk data (the whole file loaded into memory) and build a structural model.

When verify is false, data and table hashes are not computed (a fast path for very large files); the corresponding *_hash_ok fields stay None.