Skip to main content

parse_subrange

Function parse_subrange 

Source
fn parse_subrange(
    bytes: &mut [u8],
    first_logical: u64,
    record_size: usize,
) -> ParsedBatch
Expand description

Validate, fix up and parse every record in bytes (a record-aligned slice whose first byte sits at first_logical in the $MFT stream). Mirrors the sequential loop exactly — same skip conditions, same counts.