| 175 | } |
| 176 | |
| 177 | void Configuration::SetLogDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 178 | { |
| 179 | HandleUserWrite("LogDir", &Configuration::LogDir, val, m_ReadOnly); |
| 180 | } |
| 181 | |
| 182 | String Configuration::GetModAttrPath() const |
| 183 | { |
nothing calls this directly
no test coverage detected