pub fn build_project_ir(
root: &Path,
files: &[ParsedFile],
_options: &ExtractOptions,
) -> ProjectIrExpand description
Build a language-agnostic ProjectIr from parsed files (no Neo4j I/O).
pub fn build_project_ir(
root: &Path,
files: &[ParsedFile],
_options: &ExtractOptions,
) -> ProjectIrBuild a language-agnostic ProjectIr from parsed files (no Neo4j I/O).