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

Function leveldb_major_version

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

Source from the content-addressed store, hash-verified

556void leveldb_free(void* ptr) { free(ptr); }
557
558int leveldb_major_version() { return kMajorVersion; }
559
560int leveldb_minor_version() { return kMinorVersion; }
561

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68