Function match_quote_code

Source
pub(super) fn match_quote_code(
    pattern: &QuotedCode,
    target: &CodeValue,
    captures: &mut BTreeMap<String, MetaValue>,
) -> bool