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

Function leveldb_destroy_db

src/leveldb/db/c.cc:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void leveldb_destroy_db(const leveldb_options_t* options, const char* name,
271 char** errptr) {
272 SaveError(errptr, DestroyDB(name, options->rep));
273}
274
275void leveldb_repair_db(const leveldb_options_t* options, const char* name,
276 char** errptr) {

Callers 1

mainFunction · 0.85

Calls 2

SaveErrorFunction · 0.85
DestroyDBFunction · 0.85

Tested by 1

mainFunction · 0.68