Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
REGISTER_TYPE(IcingaDB);
30
31
IcingaDB::IcingaDB()
32
: m_Rcon(nullptr)
33
{
34
m_RconLocked.store(nullptr);
35
36
m_WorkQueue.SetName(
"IcingaDB"
);
37
}
38
39
void IcingaDB::Validate(int types, const ValidationUtils& utils)
40
{
Callers
nothing calls this directly
Calls
2
store
Method · 0.80
SetName
Method · 0.45
Tested by
no test coverage detected