Skip to main content

run_gc

Function run_gc 

Source
async fn run_gc<ObjectID: FsVerityHashValue>(
    repo: &Repository<ObjectID>,
    dry_run: bool,
    roots: Vec<String>,
) -> Result<GcReply, RepositoryError>
Expand description

Run garbage collection (or a dry run) on a repository.