async fn run_gc<ObjectID: FsVerityHashValue>( repo: &Repository<ObjectID>, dry_run: bool, roots: Vec<String>, ) -> Result<GcReply, RepositoryError>
Run garbage collection (or a dry run) on a repository.