pub fn scan(root: &Path, signal: &str) -> Result<Vec<BlockRef>>Expand description
Rebuild the catalog from the filesystem. This is the entire boot sequence for the read path: no manifest to replay, and the write-ahead log’s recovery point rides in the block names rather than in a file of its own.