| 878 | return key.removePrefix(excludedLocalityPrefix).toString(); |
| 879 | } |
| 880 | std::string encodeExcludedLocalityKey(std::string const& locality) { |
| 881 | return excludedLocalityPrefix.toString() + locality; |
| 882 | } |
| 883 | |
| 884 | const KeyRangeRef failedServersKeys(LiteralStringRef("\xff/conf/failed/"), LiteralStringRef("\xff/conf/failed0")); |
| 885 | const KeyRef failedServersPrefix = failedServersKeys.begin; |
no test coverage detected