Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
368
leveldb_options_t* leveldb_options_create() { return new leveldb_options_t; }
369
370
void leveldb_options_destroy(leveldb_options_t* options) { delete options; }
371
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68