Files
codeql/rust/ql/test/extractor-tests/generated/MatchExpr/MatchExpr.expected
2025-06-25 12:02:13 +02:00

11 lines
495 B
Plaintext

instances
| gen_match_expr.rs:5:5:8:5 | match x { ... } |
| gen_match_expr.rs:9:5:12:5 | match x { ... } |
getAttr
getScrutinee
| gen_match_expr.rs:5:5:8:5 | match x { ... } | gen_match_expr.rs:5:11:5:11 | x |
| gen_match_expr.rs:9:5:12:5 | match x { ... } | gen_match_expr.rs:9:11:9:11 | x |
getMatchArmList
| gen_match_expr.rs:5:5:8:5 | match x { ... } | gen_match_expr.rs:5:13:8:5 | MatchArmList |
| gen_match_expr.rs:9:5:12:5 | match x { ... } | gen_match_expr.rs:9:13:12:5 | MatchArmList |