| 135 | } |
| 136 | |
| 137 | void Configuration::SetDataDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 138 | { |
| 139 | HandleUserWrite("DataDir", &Configuration::DataDir, val, m_ReadOnly); |
| 140 | } |
| 141 | |
| 142 | String Configuration::GetEventEngine() const |
| 143 | { |
nothing calls this directly
no test coverage detected