pub fn node_matches_any_call( node: &GraphNode, pred: impl Fn(DefId) -> bool, ) -> bool
Returns true if the node represents a call matching any of the given DefIds.