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

Function leveldb_writebatch_append

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

Source from the content-addressed store, hash-verified

361}
362
363void leveldb_writebatch_append(leveldb_writebatch_t* destination,
364 const leveldb_writebatch_t* source) {
365 destination->rep.Append(source->rep);
366}
367
368leveldb_options_t* leveldb_options_create() { return new leveldb_options_t; }
369

Callers 1

mainFunction · 0.85

Calls 1

AppendMethod · 0.45

Tested by 1

mainFunction · 0.68