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

Method empty

src/events/log.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193bool Log::empty() const
194{
195 return (LogGroup::UNDEFINED == group)
196 && (LogCategory::UNDEFINED == category)
197 && session_token.empty()
198 && message.empty();
199}
200
201
202const std::string Log::str(unsigned short indent, bool prefix) const

Callers 15

arghelper_config_pathsFunction · 0.45
arghelper_session_pathsFunction · 0.45
cmd_netcfg_serviceFunction · 0.45
list_running_sessionsFunction · 0.45
manage_config_fileFunction · 0.45
cmd_logFunction · 0.45
sessionmgr_eventMethod · 0.45
setup_session_loggerMethod · 0.45
cmd_session_manageFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
test_emptyFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
test_emptyFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
test_emptyFunction · 0.36
TESTFunction · 0.36
test_emptyFunction · 0.36
TESTFunction · 0.36