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