pub fn integrity(
repo: Repository,
out: impl Write,
progress: impl NestedProgress + 'static,
should_interrupt: &AtomicBool,
_: Context,
) -> Result<()>
pub fn integrity(
repo: Repository,
out: impl Write,
progress: impl NestedProgress + 'static,
should_interrupt: &AtomicBool,
_: Context,
) -> Result<()>