MCPcopy Create free account
hub / github.com/Icinga/icinga2 / SetField

Method SetField

lib/base/type.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void Type::SetField(int id, const Value& value, bool suppress_events, const Value& cookie)
170{
171 if (id == 1) {
172 SetPrototype(value);
173 return;
174 }
175
176 Object::SetField(id, value, suppress_events, cookie);
177}
178
179Value Type::GetField(int id) const
180{

Callers 1

DeserializeObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected