Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
397
void Dependency::SetParent(intrusive_ptr<Checkable> parent)
398
{
399
m_Parent = parent;
400
}
401
402
void Dependency::SetChild(intrusive_ptr<Checkable> child)
403
{
Callers
1
CreateDependency
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected