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).

Search Document