| 485 | } |
| 486 | |
| 487 | Key getKeyWithPrefix(std::string const& k) { |
| 488 | return StringRef(k).withPrefix(configKeysPrefix); |
| 489 | } |
| 490 | |
| 491 | void DatabaseConfiguration::overwriteProxiesCount() { |
| 492 | Key commitProxiesKey = getKeyWithPrefix("commit_proxies"); |
no test coverage detected