Skip to main content

stmt_definitely_exits

Function stmt_definitely_exits 

Source
pub fn stmt_definitely_exits(stmt: &SNode) -> bool
Expand description

Check whether a single statement definitely exits (return/throw/break/continue or an if/else where both branches exit).