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

Method GetObjectsHelper

lib/base/configtype.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68std::vector<ConfigObject::Ptr> ConfigType::GetObjectsHelper(Type *type)
69{
70 return static_cast<TypeImpl<ConfigObject> *>(type)->GetObjects();
71}
72
73int ConfigType::GetObjectCount() const
74{

Callers

nothing calls this directly

Calls 1

GetObjectsMethod · 0.45

Tested by

no test coverage detected