pub fn can_reach<S: BuildHasher>( src_fn: &str, target_fn: &str, fns: &[Function], visited: &mut HashSet<SmolStr, S>, ) -> bool
Check if the function src_fn can call target_fn