Skip to main content

prune_all_with

Function prune_all_with 

Source
pub fn prune_all_with(
    registry: &mut Registry,
    opts: &PruneOptions,
) -> Vec<PruneResult>
Expand description

Run a prune pass across all registered repositories.

Each repository’s own idle threshold applies; everything else in opts — the adapter filter, the size floor, dry-run and force — is shared by the whole pass.