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

Method sync

fdbrpc/sim2.actor.cpp:586–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584 Future<Void> truncate(int64_t size) override { return truncate_impl(this, size); }
585
586 Future<Void> sync() override { return sync_impl(this); }
587
588 Future<int64_t> size() const override { return size_impl(this); }
589

Callers 15

openMethod · 0.45
recoverFunction · 0.45
Future<Void> commit_implFunction · 0.45
asyncSyncFunction · 0.45
waitAndSyncMethod · 0.45
incrementalTruncateMethod · 0.45
replaceFileMethod · 0.45
openFilesMethod · 0.45
whenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected