count_expr_branches

Function count_expr_branches 

Source
pub fn count_expr_branches(expr: &Expr) -> u32
Expand description

Count branches in an expression.

This is a pure function that recursively counts control flow constructs.