| 337 | } |
| 338 | |
| 339 | DataMoveMetaData decodeDataMoveValue(const ValueRef& value) { |
| 340 | DataMoveMetaData dataMove; |
| 341 | ObjectReader reader(value.begin(), IncludeVersion()); |
| 342 | reader.deserialize(dataMove); |
| 343 | return dataMove; |
| 344 | } |
| 345 | |
| 346 | // "\xff/cacheServer/[[UID]] := StorageServerInterface" |
| 347 | const KeyRangeRef storageCacheServerKeys(LiteralStringRef("\xff/cacheServer/"), LiteralStringRef("\xff/cacheServer0")); |
no test coverage detected