async fn run_fsck<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
metadata_only: bool,
) -> Result<FsckResult, RepositoryError>Expand description
Open the repository and run an fsck.
async fn run_fsck<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
metadata_only: bool,
) -> Result<FsckResult, RepositoryError>Open the repository and run an fsck.