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

Method SetParent

lib/icinga/dependency.cpp:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397void Dependency::SetParent(intrusive_ptr<Checkable> parent)
398{
399 m_Parent = parent;
400}
401
402void Dependency::SetChild(intrusive_ptr<Checkable> child)
403{

Callers 1

CreateDependencyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected