| 165 | } |
| 166 | |
| 167 | void Configuration::SetInitRunDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 168 | { |
| 169 | HandleUserWrite("InitRunDir", &Configuration::InitRunDir, val, m_ReadOnly); |
| 170 | } |
| 171 | |
| 172 | String Configuration::GetLogDir() const |
| 173 | { |
nothing calls this directly
no test coverage detected