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

Method getArgument

src/CommandError.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120Argument CommandError::getArgument() const {
121 return Argument(errorPointer ? errorPointer->argument : NULL);
122}
123
124String CommandError::getData() const {
125 if (!errorPointer || !errorPointer->data) return String();

Callers

nothing calls this directly

Calls 1

ArgumentClass · 0.85

Tested by

no test coverage detected