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

Method GetEventEngine

lib/base/configuration.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142String Configuration::GetEventEngine() const
143{
144 return Configuration::EventEngine;
145}
146
147void Configuration::SetEventEngine(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
148{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected