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

Method GetChild

lib/icinga/dependency.cpp:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369Checkable::Ptr Dependency::GetChild() const
370{
371 return m_Child;
372}
373
374Checkable::Ptr Dependency::GetParent() const
375{

Callers 9

GetChildrenMethod · 0.45
DependencyGroupMethod · 0.45
GetAnyChildMethod · 0.45
AddDependencyMethod · 0.45
RemoveDependencyMethod · 0.45
AddExtraDependencyMethod · 0.45
AssertNoCycleMethod · 0.45
RegisterDependencyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected