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

9 lines
283 B
Plaintext

instances
| gen_while_expr.rs:7:5:9:5 | while ... { ... } |
getLabel
getLoopBody
| gen_while_expr.rs:7:5:9:5 | while ... { ... } | gen_while_expr.rs:7:18:9:5 | { ... } |
getAttr
getCondition
| gen_while_expr.rs:7:5:9:5 | while ... { ... } | gen_while_expr.rs:7:11:7:16 | ... < ... |