fn spot_check(
dir: &Path,
e: &ExpertLayout,
l: &Layout,
records: usize,
) -> Result<bool>Expand description
Re-pack a handful of records spread through the file and compare with what is stored. Reads about 15 MB, so it costs milliseconds.