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

Method DirWasSynced

src/leveldb/db/fault_injection_test.cc:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void FaultInjectionTestEnv::DirWasSynced() {
285 MutexLock l(&mutex_);
286 new_files_since_last_dir_sync_.clear();
287}
288
289bool FaultInjectionTestEnv::IsFileCreatedSinceLastDirSync(
290 const std::string& filename) {

Callers 1

SyncParentMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected