MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / SubcommandProgram

Method SubcommandProgram

tests/SubcommandTest.cpp:977–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975 int count{0};
976
977 SubcommandProgram(const SubcommandProgram &) = delete;
978 SubcommandProgram &operator=(const SubcommandProgram &) = delete;
979
980 SubcommandProgram() {

Callers

nothing calls this directly

Calls 4

set_help_all_flagMethod · 0.80
add_flagMethod · 0.80
add_subcommandMethod · 0.45
add_optionMethod · 0.45

Tested by

no test coverage detected