Skip to main content

Module extract

Module extract 

Source
Expand description

Pure extraction from parsed files into ProjectIr (no Neo4j).

Re-exports§

pub use crate::graph::ExtractOptions;

Enums§

ExtractError

Functions§

build_project_ir_from_files
Build a full project IR from an already-parsed file batch.
parse_files_to_ir
Parse specific targets and build IR delta (incremental).
scan_and_build_ir
Scan a repository root and build project IR.