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

Method Argument

src/Argument.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13Argument::Argument(arg* argPointer, bool persistent) : argPointer(argPointer), persistent(persistent) {
14 if (!persistent) argPointer = arg_copy(argPointer);
15}
16
17Argument::Argument(const Argument& a) {
18 argPointer = a.argPointer;

Callers

nothing calls this directly

Calls 1

arg_copyFunction · 0.85

Tested by

no test coverage detected