Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
556
void leveldb_free(void* ptr) { free(ptr); }
557
558
int leveldb_major_version() { return kMajorVersion; }
559
560
int leveldb_minor_version() { return kMinorVersion; }
561
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68