Skip to main content

for_each_function

Function for_each_function 

Source
pub fn for_each_function(
    fns: &[FunctionReport],
    f: &mut impl FnMut(&FunctionReport),
)
Expand description

Visit every function in a report tree (parents before children, all depths).