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

Method GetAllParents

lib/remote/zone.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81Array::Ptr Zone::GetAllParents() const
82{
83 auto result (new Array);
84
85 for (auto& parent : m_AllParents)
86 result->Add(parent->GetName());
87
88 return result;
89}
90
91bool Zone::CanAccessObject(const ConfigObject::Ptr& object)
92{

Callers

nothing calls this directly

Calls 2

AddMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected