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

Method empty

src/common/configfileparser.cpp:424–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422
423
424bool File::empty() const
425{
426 for (const auto &e : map)
427 {
428 if (e.present)
429 {
430 return false;
431 }
432 }
433 return true;
434}
435
436
437void File::configure_mapping()

Callers 15

ParseCR_TEXTMethod · 0.45
CoreVPNClientMethod · 0.45
is_dynamic_challengeMethod · 0.45
BackendClientObjectMethod · 0.45
connectMethod · 0.45
initialize_clientMethod · 0.45
SetAliasMethod · 0.45
get_struct_optionMethod · 0.45
gen_help_lineMethod · 0.45
parse_commandlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected