Skip to main content

check_recursive_adjacency

Function check_recursive_adjacency 

Source
fn check_recursive_adjacency(
    component: &[usize],
    fns: &[FnInfo],
    path: &Path,
    violations: &mut Vec<MisorderedFnViolation>,
)