| 78 | } |
| 79 | |
| 80 | bool CommandError::hasCommand() const { |
| 81 | return errorPointer && errorPointer->command; |
| 82 | } |
| 83 | |
| 84 | bool CommandError::hasArgument() const { |
| 85 | return errorPointer && errorPointer->argument; |
nothing calls this directly
no outgoing calls
no test coverage detected