Skip to main content

scan_database_file

Function scan_database_file 

Source
pub fn scan_database_file(
    path: impl AsRef<Path>,
    mode: DatabaseScanMode,
) -> Result<DatabaseFileScan, DbError>
Expand description

Open path read-only and scan header, superblocks, and (when applicable) segments.