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

Method RegisterCommand

src/common/cmdargparser.cpp:918–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916//
917
918void Commands::RegisterCommand(const SingleCommand::Ptr cmd)
919{
920 commands.push_back(cmd);
921}
922
923
924int Commands::ProcessCommandLine(int argc, char **argv)

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

mainFunction · 0.64
mainFunction · 0.64