pub fn check_import_db(bytes: &[u8]) -> Result<usize, ImportDbError>Expand description
Simple verification when importing db, and return page size;
This only checks size/header; validate page size via check_db_and_page_size.
pub fn check_import_db(bytes: &[u8]) -> Result<usize, ImportDbError>Simple verification when importing db, and return page size;
This only checks size/header; validate page size via check_db_and_page_size.