scan_repository

Function scan_repository 

Source
pub async fn scan_repository<P: AsRef<Path>>(
    path: P,
    include_patterns: Option<&[&str]>,
    exclude_patterns: Option<&[&str]>,
) -> Result<Vec<FileInfo>>
Expand description

Convenience function for fast file scanning without deep analysis

This is useful when you just need to discover files quickly without computing complex heuristic scores.