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

Method SetIncludeConfDir

lib/base/configuration.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void Configuration::SetIncludeConfDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
158{
159 HandleUserWrite("IncludeConfDir", &Configuration::IncludeConfDir, val, m_ReadOnly);
160}
161
162String Configuration::GetInitRunDir() const
163{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected