Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetFactory
Method
GetFactory
lib/base/objecttype.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
ObjectFactory ObjectType::GetFactory() const
55
{
56
return DefaultObjectFactory<Object>;
57
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected