Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetObjectCount
Method
GetObjectCount
lib/base/configtype.cpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
int ConfigType::GetObjectCount() const
74
{
75
std::shared_lock<decltype(m_Mutex)> lock (m_Mutex);
76
return m_ObjectVector.size();
77
}
Callers
3
UpdateProgramStatus
Method · 0.80
NumHostsAccessor
Method · 0.80
NumServicesAccessor
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected