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.