pub fn scan(options: &ScanOptions) -> Result<ScanReport>Expand description
Scans configured roots without modifying the filesystem.
ยงErrors
Returns an error when no valid root exists, a root cannot be normalized, or an exclude glob is invalid.
pub fn scan(options: &ScanOptions) -> Result<ScanReport>Scans configured roots without modifying the filesystem.
Returns an error when no valid root exists, a root cannot be normalized, or an exclude glob is invalid.