Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ SetType
Method
SetType
lib/config/configitembuilder.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void ConfigItemBuilder::SetType(const Type::Ptr& type)
18
{
19
ASSERT(type);
20
m_Type = type;
21
}
22
23
void ConfigItemBuilder::SetName(const String& name)
24
{
Callers
2
ValidateConfigFiles
Method · 0.45
NewObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected