MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / GetAllCommandObjects

Method GetAllCommandObjects

src/common/cmdargparser.cpp:1009–1012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1007
1008
1009std::vector<SingleCommand::Ptr> Commands::GetAllCommandObjects()
1010{
1011 return commands;
1012}
1013
1014
1015void Commands::print_generic_help(std::string &arg0)

Callers 3

list_commandsMethod · 0.80
list_optionsMethod · 0.80
call_arg_helperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected