MCPcopy 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
73int ConfigType::GetObjectCount() const
74{
75 std::shared_lock<decltype(m_Mutex)> lock (m_Mutex);
76 return m_ObjectVector.size();
77}

Callers 3

UpdateProgramStatusMethod · 0.80
NumHostsAccessorMethod · 0.80
NumServicesAccessorMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected