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

Function createCheckpoint

fdbclient/NativeAPI.actor.cpp:8477–8479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8475}
8476
8477Future<Void> createCheckpoint(Reference<ReadYourWritesTransaction> tr, KeyRangeRef range, CheckpointFormat format) {
8478 return holdWhile(tr, createCheckpointImpl(tr, range, format));
8479}
8480
8481Future<Void> createCheckpoint(Transaction* tr, KeyRangeRef range, CheckpointFormat format) {
8482 return createCheckpointImpl(tr, range, format);

Callers 2

_startMethod · 0.85

Calls 1

createCheckpointImplFunction · 0.85

Tested by 1

_startMethod · 0.68