pub fn process_file_without_content(
info: FileInfo,
config: &ScannerConfig,
) -> RepoFileExpand description
Process a file without reading content (fast path)
Only collects metadata, skipping content reading and parsing.
pub fn process_file_without_content(
info: FileInfo,
config: &ScannerConfig,
) -> RepoFileProcess a file without reading content (fast path)
Only collects metadata, skipping content reading and parsing.