fn is_match(target: &Identifier, check: &Ident, ranges: &[Range]) -> boolExpand 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]) -> boolCheck if some ident referenced by check is calling the target by
looking it up in the list of known ranges.