| 145 | } |
| 146 | |
| 147 | void 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 | |
| 152 | String Configuration::GetIncludeConfDir() const |
| 153 | { |
nothing calls this directly
no test coverage detected