Skip to main content

scan_and_parse

Function scan_and_parse 

Source
pub fn scan_and_parse(
    config: &FileScanConfig,
) -> Result<Vec<ParsedFile>, ScannerError>
Expand description

Scan the configured directory tree, detect supported language files, and parse them in parallel.

This is the main entry point the rest of the system should use to feed the multi-language parser with real repository contents.