Skip to main content

high_complexity_nodes

Function high_complexity_nodes 

Source
pub fn high_complexity_nodes(
    nodes: &[CodeNode],
    threshold: i32,
) -> Vec<&CodeNode>
Expand description

Find nodes with cyclomatic complexity above a threshold.