Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
void FaultInjectionTestEnv::DirWasSynced() {
285
MutexLock l(&mutex_);
286
new_files_since_last_dir_sync_.clear();
287
}
288
289
bool FaultInjectionTestEnv::IsFileCreatedSinceLastDirSync(
290
const std::string& filename) {
Callers
1
SyncParent
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected