async fn run_oci_fsck<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
image: Option<String>,
) -> Result<OciFsckReply, OciError>Expand description
Run an OCI-aware consistency check on a repository.
When image is Some, only that tagged image is checked; otherwise all
tagged images are checked.