glinter/analysis
Values
pub fn count_branches(stmts: List(glance.Statement)) -> Int
Count branching/control-flow nodes in a statement list. Counts: Case, Fn (anonymous), Block (nested).
pub fn count_expr_branches(expr: glance.Expression) -> Int