Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
424
bool 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
437
void File::configure_mapping()
Callers
15
ParseCR_TEXT
Method · 0.45
CoreVPNClient
Method · 0.45
is_dynamic_challenge
Method · 0.45
BackendClientObject
Method · 0.45
connect
Method · 0.45
initialize_client
Method · 0.45
SetAlias
Method · 0.45
get_option_list_prefixed
Method · 0.45
get_struct_option
Method · 0.45
gen_help_line
Method · 0.45
gen_help_line_generator
Method · 0.45
parse_commandline
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected