| 907 | return key.removePrefix(failedLocalityPrefix).toString(); |
| 908 | } |
| 909 | std::string encodeFailedLocalityKey(std::string const& locality) { |
| 910 | return failedLocalityPrefix.toString() + locality; |
| 911 | } |
| 912 | |
| 913 | // const KeyRangeRef globalConfigKeys( LiteralStringRef("\xff/globalConfig/"), LiteralStringRef("\xff/globalConfig0") ); |
| 914 | // const KeyRef globalConfigPrefix = globalConfigKeys.begin; |
no test coverage detected