MCPcopy Create free account
hub / github.com/ElementsProject/elements / SyncDir

Function SyncDir

src/leveldb/db/fault_injection_test.cc:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Status SyncDir(const std::string& dir) {
49 // As this is a test it isn't required to *actually* sync this directory.
50 return Status::OK();
51}
52
53// A basic file truncation function suitable for this test.
54Status Truncate(const std::string& filename, uint64_t length) {

Callers 1

SyncParentMethod · 0.85

Calls 1

OKFunction · 0.85

Tested by

no test coverage detected