| 82 | } |
| 83 | |
| 84 | bool CommandError::hasArgument() const { |
| 85 | return errorPointer && errorPointer->argument; |
| 86 | } |
| 87 | |
| 88 | bool CommandError::hasData() const { |
| 89 | return errorPointer && errorPointer->data; |
nothing calls this directly
no outgoing calls
no test coverage detected