Skip to main content

scan

Function scan 

Source
pub fn scan(dir: &Path, no_ignore: bool) -> Result<Tree>
Expand description

Scan dir’s top level, honoring ignore files unless no_ignore is set.

Dotfiles are always included. Deeper directories materialize on demand.