Skip to main content

scan_worktrees

Function scan_worktrees 

Source
pub fn scan_worktrees(
    roots: &[PathBuf],
    scan_depth: usize,
) -> (Vec<Worktree>, Vec<String>)
Expand description

Scans worktrees of all repos found under the roots, in parallel.

Per-repo failures become warnings, never abort.