fn is_match(target: &Identifier, check: &Ident, ranges: &[Range]) -> bool
Expand description
Check if some ident referenced by check
is calling the target
by
looking it up in the list of known ranges
.
fn is_match(target: &Identifier, check: &Ident, ranges: &[Range]) -> bool
Check if some ident referenced by check
is calling the target
by
looking it up in the list of known ranges
.