Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
void DbObject::SetObject(const ConfigObject::Ptr& object)
48
{
49
m_Object = object;
50
}
51
52
ConfigObject::Ptr DbObject::GetObject() const
53
{
Callers
2
GetOrCreateByObject
Method · 0.80
GetOrCreateObjectByName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected