MCPcopy 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
507bool SingleCommandOption::check_short_option(const char o)
508{
509 return o == shortopt;
510}
511
512
513bool SingleCommandOption::check_long_option(const char *o)

Callers 2

CallArgumentHelperMethod · 0.80
parse_commandlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected