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

Method Flush

src/leveldb/db/fault_injection_test.cc:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197Status TestWritableFile::Flush() {
198 Status s = target_->Flush();
199 if (s.ok() && env_->IsFilesystemActive()) {
200 state_.pos_at_last_flush_ = state_.pos_;
201 }
202 return s;
203}
204
205Status TestWritableFile::SyncParent() {
206 Status s = SyncDir(GetDirName(state_.filename_));

Callers 3

MakeLogFileMethod · 0.45
TESTFunction · 0.45
EmitPhysicalRecordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected