Skip to main content

node_matches_any_call

Function node_matches_any_call 

Source
pub fn node_matches_any_call(
    node: &GraphNode,
    pred: impl Fn(DefId) -> bool,
) -> bool
Expand description

Returns true if the node represents a call matching any of the given DefIds.