Skip to main content

collect_statement_params

Function collect_statement_params 

Source
pub fn collect_statement_params(stmt: &Stmt) -> (BTreeSet<String>, usize)
Expand description

Collect all named parameter names and the maximum positional parameter index present anywhere in a statement AST.