Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Set
Method
Set
lib/base/reference.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void Reference::Set(const Value& value)
27
{
28
m_Parent->SetFieldByName(m_Index, value, DebugInfo());
29
}
30
31
Object::Ptr Reference::GetParent() const
32
{
Callers
nothing calls this directly
Calls
2
DebugInfo
Class · 0.70
SetFieldByName
Method · 0.45
Tested by
no test coverage detected