Skip to main content

can_reach

Function can_reach 

Source
pub fn can_reach<S: BuildHasher>(
    src_fn: &str,
    target_fn: &str,
    fns: &[Function],
    visited: &mut HashSet<SmolStr, S>,
) -> bool
Expand description

Check if the function src_fn can call target_fn