Simple helper function that
| 81 | |
| 82 | //! Simple helper function that |
| 83 | bool empty() const noexcept |
| 84 | { |
| 85 | return mErrorStack.empty(); |
| 86 | } |
| 87 | |
| 88 | bool reportError(ErrorCode val, IErrorRecorder::ErrorDesc desc) noexcept final |
| 89 | { |
no outgoing calls
no test coverage detected