MCPcopy Create free account
hub / github.com/apple/foundationdb / decodeDataMoveValue

Function decodeDataMoveValue

fdbclient/SystemData.cpp:339–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339DataMoveMetaData 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"
347const KeyRangeRef storageCacheServerKeys(LiteralStringRef("\xff/cacheServer/"), LiteralStringRef("\xff/cacheServer0"));

Calls 3

IncludeVersionFunction · 0.85
beginMethod · 0.45
deserializeMethod · 0.45

Tested by

no test coverage detected