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

Function leveldb_write

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

Source from the content-addressed store, hash-verified

191}
192
193void leveldb_write(leveldb_t* db, const leveldb_writeoptions_t* options,
194 leveldb_writebatch_t* batch, char** errptr) {
195 SaveError(errptr, db->rep->Write(options->rep, &batch->rep));
196}
197
198char* leveldb_get(leveldb_t* db, const leveldb_readoptions_t* options,
199 const char* key, size_t keylen, size_t* vallen,

Callers 1

mainFunction · 0.85

Calls 2

SaveErrorFunction · 0.85
WriteMethod · 0.45

Tested by 1

mainFunction · 0.68