MCPcopy 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
21Value Reference::Get() const
22{
23 return m_Parent->GetFieldByName(m_Index, true, DebugInfo());
24}
25
26void Reference::Set(const Value& value)
27{

Callers

nothing calls this directly

Calls 2

DebugInfoClass · 0.70
GetFieldByNameMethod · 0.45

Tested by

no test coverage detected