pub fn scan_and_parse_incremental_vector(
config: &FileScanConfig,
parse_targets: &[PathBuf],
) -> Result<Vec<ParsedFile>, ScannerError>Expand description
Parse only caller-provided targets and return Vec<ParsedFile>.
pub fn scan_and_parse_incremental_vector(
config: &FileScanConfig,
parse_targets: &[PathBuf],
) -> Result<Vec<ParsedFile>, ScannerError>Parse only caller-provided targets and return Vec<ParsedFile>.