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

Method hasData

src/CommandError.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool CommandError::hasData() const {
89 return errorPointer && errorPointer->data;
90}
91
92CommandErrorType CommandError::getType() const {
93 if (errorPointer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected