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

Method isSet

src/Argument.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool Argument::isSet() const {
62 return argPointer && argPointer->set == ARG_SET;
63}
64
65bool Argument::isRequired() const {
66 return argPointer && argPointer->req == ARG_REQ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected