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

Method hasCommand

src/CommandError.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool CommandError::hasCommand() const {
81 return errorPointer && errorPointer->command;
82}
83
84bool CommandError::hasArgument() const {
85 return errorPointer && errorPointer->argument;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected