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.