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

Method GetPrototype

lib/base/type.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159Object::Ptr Type::GetPrototype() const
160{
161 return m_Prototype;
162}
163
164void Type::SetPrototype(const Object::Ptr& object)
165{

Callers 3

AddSuggestionsFunction · 0.45
HandleRequestMethod · 0.45
GetPrototypeFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected