| 140 | } |
| 141 | |
| 142 | String Configuration::GetEventEngine() const |
| 143 | { |
| 144 | return Configuration::EventEngine; |
| 145 | } |
| 146 | |
| 147 | void Configuration::SetEventEngine(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 148 | { |
nothing calls this directly
no outgoing calls
no test coverage detected