MCPcopy 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
26void Reference::Set(const Value& value)
27{
28 m_Parent->SetFieldByName(m_Index, value, DebugInfo());
29}
30
31Object::Ptr Reference::GetParent() const
32{

Callers

nothing calls this directly

Calls 2

DebugInfoClass · 0.70
SetFieldByNameMethod · 0.45

Tested by

no test coverage detected