Skip to main content

find_candidates

Function find_candidates 

Source
pub fn find_candidates(root: &Path, config: &Config) -> Result<Vec<PathBuf>>
Expand description

Collect all eligible files under root. If root is a single .rs file, it is the only candidate (subject to the same threshold).