Function match_stmt_pattern

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