Function is_match

Source
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.