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

Method SetInitRunDir

lib/base/configuration.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void Configuration::SetInitRunDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
168{
169 HandleUserWrite("InitRunDir", &Configuration::InitRunDir, val, m_ReadOnly);
170}
171
172String Configuration::GetLogDir() const
173{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected