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

Method register_extra_args

src/common/cmdargparser.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330
331void RegisterParsedArgs::register_extra_args(const char *e)
332{
333 extra_args.push_back(filter_ctrl_chars(e, true));
334}
335
336
337void RegisterParsedArgs::set_completed()

Callers 1

parse_commandlineMethod · 0.80

Calls 1

filter_ctrl_charsFunction · 0.85

Tested by

no test coverage detected