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

Method SetConfigDir

lib/base/configuration.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void Configuration::SetConfigDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
128{
129 HandleUserWrite("ConfigDir", &Configuration::ConfigDir, val, m_ReadOnly);
130}
131
132String Configuration::GetDataDir() const
133{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected