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

Method hasArgument

src/CommandError.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool CommandError::hasArgument() const {
85 return errorPointer && errorPointer->argument;
86}
87
88bool CommandError::hasData() const {
89 return errorPointer && errorPointer->data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected