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

Method getValue

src/Argument.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90String Argument::getValue() const {
91 if (argPointer) return String(arg_get_value(argPointer));
92 return String();
93}
94
95ArgumentType Argument::getType() const {
96 if (argPointer) {

Callers

nothing calls this directly

Calls 1

arg_get_valueFunction · 0.85

Tested by

no test coverage detected