MCPcopy Create free account
hub / github.com/SpacehuhnTech/SimpleCLI / getCommand

Method getCommand

src/CommandError.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116Command CommandError::getCommand() const {
117 return Command(errorPointer ? errorPointer->command : NULL);
118}
119
120Argument CommandError::getArgument() const {
121 return Argument(errorPointer ? errorPointer->argument : NULL);

Callers

nothing calls this directly

Calls 1

CommandClass · 0.85

Tested by

no test coverage detected