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

Method Close

src/leveldb/db/db_test.cc:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149 }
150 Status Close() { return base_->Close(); }
151 Status Flush() { return base_->Flush(); }
152 Status Sync() {
153 if (env_->data_sync_error_.load(std::memory_order_acquire)) {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected