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

Function checkpointValue

fdbclient/SystemData.cpp:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301const Value checkpointValue(const CheckpointMetaData& checkpoint) {
302 return ObjectWriter::toValue(checkpoint, IncludeVersion());
303}
304
305UID decodeCheckpointKey(const KeyRef& key) {
306 UID checkpointID;

Callers 4

setAvailableStatusFunction · 0.85
createCheckpointImplFunction · 0.85

Calls 1

IncludeVersionFunction · 0.85

Tested by

no test coverage detected