MCPcopy 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
17void ConfigItemBuilder::SetType(const Type::Ptr& type)
18{
19 ASSERT(type);
20 m_Type = type;
21}
22
23void ConfigItemBuilder::SetName(const String& name)
24{

Callers 2

ValidateConfigFilesMethod · 0.45
NewObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected