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

Method SetObject

lib/db_ido/dbobject.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void DbObject::SetObject(const ConfigObject::Ptr& object)
48{
49 m_Object = object;
50}
51
52ConfigObject::Ptr DbObject::GetObject() const
53{

Callers 2

GetOrCreateByObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected