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

Function dataMoveValue

fdbclient/SystemData.cpp:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328const Value dataMoveValue(const DataMoveMetaData& dataMoveMetaData) {
329 return ObjectWriter::toValue(dataMoveMetaData, IncludeVersion());
330}
331
332UID decodeDataMoveKey(const KeyRef& key) {
333 UID id;

Callers 4

finishMoveShardsFunction · 0.85
MoveKeys.actor.cppFile · 0.85

Calls 1

IncludeVersionFunction · 0.85

Tested by

no test coverage detected