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