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

Method SetDataDir

lib/base/configuration.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void Configuration::SetDataDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
138{
139 HandleUserWrite("DataDir", &Configuration::DataDir, val, m_ReadOnly);
140}
141
142String Configuration::GetEventEngine() const
143{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected