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

Method SetPrototype

lib/base/type.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void Type::SetPrototype(const Object::Ptr& object)
165{
166 m_Prototype = object;
167}
168
169void Type::SetField(int id, const Value& value, bool suppress_events, const Value& cookie)
170{

Callers 2

type.cppFile · 0.80
objecttype.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected