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

Function decodeCheckpointValue

fdbclient/SystemData.cpp:312–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312CheckpointMetaData decodeCheckpointValue(const ValueRef& value) {
313 CheckpointMetaData checkpoint;
314 ObjectReader reader(value.begin(), IncludeVersion());
315 reader.deserialize(checkpoint);
316 return checkpoint;
317}
318
319// "\xff/dataMoves/[[UID]] := [[DataMoveMetaData]]"
320const KeyRangeRef dataMoveKeys("\xff/dataMoves/"_sr, "\xff/dataMoves0"_sr);

Callers 3

Calls 3

IncludeVersionFunction · 0.85
beginMethod · 0.45
deserializeMethod · 0.45

Tested by

no test coverage detected