| 40 | |
| 41 | #[derive(Default)] |
| 42 | struct ForLoopToRepeatVisitor {} |
| 43 | |
| 44 | //The variable assignment visitor keeps track of variables that are reused through the code and the last assignment. |
| 45 | //Variables that do not change can be optimized by converting them into constants. |
nothing calls this directly
no outgoing calls
no test coverage detected