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

Method SetCacheDir

lib/base/configuration.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void Configuration::SetCacheDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
107{
108 HandleUserWrite("CacheDir", &Configuration::CacheDir, val, m_ReadOnly);
109}
110
111int Configuration::GetConcurrency() const
112{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected