Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ get_option_name
Method
get_option_name
src/common/cmdargparser.cpp:523–526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
521
522
523
std::string SingleCommandOption::get_option_name()
524
{
525
return longopt;
526
}
527
528
529
std::vector<struct option *> SingleCommandOption::get_struct_option()
Callers
1
parse_commandline
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected