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

Method Append

src/leveldb/db/write_batch.cc:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void WriteBatch::Append(const WriteBatch& source) {
112 WriteBatchInternal::Append(this, &source);
113}
114
115namespace {
116class MemTableInserter : public WriteBatch::Handler {

Callers 12

WriteToFileMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
CorruptionMethod · 0.45
PutMethod · 0.45
DeleteMethod · 0.45
WriteBatchPrinterFunction · 0.45
VersionEditPrinterFunction · 0.45
DumpTableFunction · 0.45
AddRecordMethod · 0.45
EmitPhysicalRecordMethod · 0.45

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36