Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
void RegisterParsedArgs::register_extra_args(const char *e)
332
{
333
extra_args.push_back(filter_ctrl_chars(e, true));
334
}
335
336
337
void RegisterParsedArgs::set_completed()
Callers
1
parse_commandline
Method · 0.80
Calls
1
filter_ctrl_chars
Function · 0.85
Tested by
no test coverage detected