Skip to main content

walk

Function walk 

Source
pub fn walk(root: &Path, max_bytes: u64) -> Vec<PathBuf>
Expand description

Walk root (a file or directory) and collect indexable source files, honoring .gitignore/hidden-file rules and skipping oversized files.