| 125 | } |
| 126 | |
| 127 | void Configuration::SetConfigDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 128 | { |
| 129 | HandleUserWrite("ConfigDir", &Configuration::ConfigDir, val, m_ReadOnly); |
| 130 | } |
| 131 | |
| 132 | String Configuration::GetDataDir() const |
| 133 | { |
nothing calls this directly
no test coverage detected