Skip to main content

discover_all_to_depth

Function discover_all_to_depth 

Source
pub fn discover_all_to_depth(repo_root: &Path, depth: usize) -> Vec<Project>
Expand description

discover_to_depth, counting managers the user has switched off for pruning too.

For the one caller that is asking which package managers a repository uses rather than which ones a pass would act on: see adapters::detect_all_adapters.