| 109 | } |
| 110 | |
| 111 | int Configuration::GetConcurrency() const |
| 112 | { |
| 113 | return Configuration::Concurrency; |
| 114 | } |
| 115 | |
| 116 | void Configuration::SetConcurrency(int val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 117 | { |
nothing calls this directly
no outgoing calls
no test coverage detected