MCPcopy Create free account
hub / github.com/Icinga/icinga2 / IcingaDB

Method IcingaDB

lib/icingadb/icingadb.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29REGISTER_TYPE(IcingaDB);
30
31IcingaDB::IcingaDB()
32 : m_Rcon(nullptr)
33{
34 m_RconLocked.store(nullptr);
35
36 m_WorkQueue.SetName("IcingaDB");
37}
38
39void IcingaDB::Validate(int types, const ValidationUtils& utils)
40{

Callers

nothing calls this directly

Calls 2

storeMethod · 0.80
SetNameMethod · 0.45

Tested by

no test coverage detected