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

Method SetEventEngine

lib/base/configuration.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void Configuration::SetEventEngine(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
148{
149 HandleUserWrite("EventEngine", &Configuration::EventEngine, val, m_ReadOnly);
150}
151
152String Configuration::GetIncludeConfDir() const
153{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected