Skip to main content

collect_direct_fn_calls

Function collect_direct_fn_calls 

Source
pub fn collect_direct_fn_calls(content: &[Expr], calls: &mut Vec<SmolStr>)
Expand description

Collect all the function calls in the given code

ยงPanics

Panics when a FunctionCall node carries an empty namespace path, which the parser never produces.