Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ check_short_option
Method
check_short_option
src/common/cmdargparser.cpp:507–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
506
507
bool SingleCommandOption::check_short_option(const char o)
508
{
509
return o == shortopt;
510
}
511
512
513
bool SingleCommandOption::check_long_option(const char *o)
Callers
2
CallArgumentHelper
Method · 0.80
parse_commandline
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected