Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
const Value dataMoveValue(const DataMoveMetaData& dataMoveMetaData) {
329
return ObjectWriter::toValue(dataMoveMetaData, IncludeVersion());
330
}
331
332
UID decodeDataMoveKey(const KeyRef& key) {
333
UID id;
Callers
4
Future<Void> startMoveShards
Function · 0.85
finishMoveShards
Function · 0.85
MoveKeys.actor.cpp
File · 0.85
Future<Void> cleanUpDataMove
Function · 0.85
Calls
1
IncludeVersion
Function · 0.85
Tested by
no test coverage detected