Skip to main content

parse_files_to_ir

Function parse_files_to_ir 

Source
pub fn parse_files_to_ir(
    root: &Path,
    parse_targets: &[String],
    options: &ExtractOptions,
    scan: &ScanOptions,
) -> Result<ProjectIr, ExtractError>
Expand description

Parse specific targets and build IR delta (incremental).