Skip to main content

scan_selected_modes_with_progress

Function scan_selected_modes_with_progress 

Source
pub fn scan_selected_modes_with_progress<F>(
    repo: &Path,
    modes: &[CleanupMode],
    remote: &str,
    progress: F,
) -> Result<Vec<CleanupGroup>>