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

Method getName

src/Argument.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85String Argument::getName() const {
86 if (argPointer) return String(argPointer->name);
87 return String();
88}
89
90String Argument::getValue() const {
91 if (argPointer) return String(arg_get_value(argPointer));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected