| 50 | bool GetBreakInvoked() const { return this->BreakInvoked; } |
| 51 | |
| 52 | void SetContinueInvoked() { this->ContinueInvoked = true; } |
| 53 | bool GetContinueInvoked() const { return this->ContinueInvoked; } |
| 54 | |
| 55 | void SetNestedError() { this->NestedError = true; } |
no outgoing calls
no test coverage detected