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

Method Create

src/common/cmdargparser.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303//
304
305RegisterParsedArgs::Ptr RegisterParsedArgs::Create(const std::string &arg0)
306{
307 return Ptr(new RegisterParsedArgs(arg0));
308}
309
310RegisterParsedArgs::RegisterParsedArgs(const std::string &arg0)
311 : ParsedArgs(arg0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected