| 104 | } |
| 105 | |
| 106 | void Configuration::SetCacheDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 107 | { |
| 108 | HandleUserWrite("CacheDir", &Configuration::CacheDir, val, m_ReadOnly); |
| 109 | } |
| 110 | |
| 111 | int Configuration::GetConcurrency() const |
| 112 | { |
nothing calls this directly
no test coverage detected