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

Method Close

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

Source from the content-addressed store, hash-verified

289 void Reopen(Options* options = nullptr) { ASSERT_OK(TryReopen(options)); }
290
291 void Close() {
292 delete db_;
293 db_ = nullptr;
294 }
295
296 void DestroyAndReopen(Options* options = nullptr) {
297 delete db_;

Callers 7

BuildTableFunction · 0.45
CloseMethod · 0.45
CloseMethod · 0.45
NewDBMethod · 0.45
RepairTableMethod · 0.45
WriteDescriptorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected