pub fn filter<'g>(
graph: &'g CodeGraph,
predicates: &[Predicate],
kinds: &[String],
) -> MatchSet<'g>Expand description
A def matches when its own moniker satisfies every predicate; a ref matches
when its target moniker does. kinds is OR-combined; empty means any.