Skip to main content

lazy_superblock_query

Function lazy_superblock_query 

Source
pub fn lazy_superblock_query(
    file_path: &str,
    target_percent: u8,
) -> Result<TelemetryHook, Box<dyn Error>>
Expand description

Reads a SuperBlock file lazily: unified v3 volumes decode selected blocks; legacy 16-byte framed transport remains a fallback (O(1) seek on skip).