| 114 | } |
| 115 | |
| 116 | void Configuration::SetConcurrency(int val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 117 | { |
| 118 | HandleUserWrite("Concurrency", &Configuration::Concurrency, val, m_ReadOnly); |
| 119 | Configuration::ConcurrencyWasModified = true; |
| 120 | } |
| 121 | |
| 122 | String Configuration::GetConfigDir() const |
| 123 | { |
nothing calls this directly
no test coverage detected