Skip to main content

extract_scip_call_edges

Function extract_scip_call_edges 

Source
pub fn extract_scip_call_edges(
    crate_dir: &Path,
    nodes: &[CodeNode],
) -> ScipCallResult
Expand description

Generate SCIP index and extract call edges in one step.

Returns empty result (not error) if rust-analyzer is not available.