| 110 | } |
| 111 | |
| 112 | bool CommandError::hasArg() const { |
| 113 | return hasArgument(); |
| 114 | } |
| 115 | |
| 116 | Command CommandError::getCommand() const { |
| 117 | return Command(errorPointer ? errorPointer->command : NULL); |
nothing calls this directly
no outgoing calls
no test coverage detected