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

Method GetCommand

src/common/cmdargparser.hpp:809–812  ·  view source on GitHub ↗

* Get the registered command name for this object * * @return std::string containing the command name */

Source from the content-addressed store, hash-verified

807 * @return std::string containing the command name
808 */
809 std::string GetCommand()
810 {
811 return command;
812 }
813
814
815 /**

Callers 4

list_commandsMethod · 0.80
list_optionsMethod · 0.80
call_arg_helperMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected