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

Function leveldb_options_create

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

Source from the content-addressed store, hash-verified

366}
367
368leveldb_options_t* leveldb_options_create() { return new leveldb_options_t; }
369
370void leveldb_options_destroy(leveldb_options_t* options) { delete options; }
371

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68