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

Method GetObjects

lib/base/configtype.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::vector<ConfigObject::Ptr> ConfigType::GetObjects() const
63{
64 std::shared_lock<decltype(m_Mutex)> lock (m_Mutex);
65 return m_ObjectVector;
66}
67
68std::vector<ConfigObject::Ptr> ConfigType::GetObjectsHelper(Type *type)
69{

Callers 10

FindTargetsMethod · 0.45
UpdateObjectAuthorityMethod · 0.45
GetObjectsHelperMethod · 0.45
DumpObjectsMethod · 0.45
RestoreObjectsMethod · 0.45
StopObjectsMethod · 0.45
UpdateAllObjectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected