Skip to main content

validate_all

Function validate_all 

Source
pub fn validate_all(events_dir: &Path) -> Vec<ValidationReport>
Expand description

Validate all shard files (*.events) in an events directory.

Reads manifests for each shard if available (.manifest files alongside .events files). Returns one ValidationReport per shard file, in chronological order.

Non-shard files and the current.events symlink are skipped.