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

Method SetAliasCommand

src/common/cmdargparser.cpp:663–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661
662
663void SingleCommand::SetAliasCommand(const std::string &alias,
664 const std::string &remark)
665{
666 alias_cmd = alias;
667 alias_remark = remark;
668}
669
670
671const std::string SingleCommand::GetAliasCommand() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected