pub async fn consistency_check(
blobs: &Client,
verbose: u8,
repair: bool,
) -> Result<()>
Available on crate feature
cli
only.Expand description
Checks the consistency of the blobs on the running node, and repairs inconsistencies if instructed.