Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
void WriteBatch::Append(const WriteBatch& source) {
112
WriteBatchInternal::Append(this, &source);
113
}
114
115
namespace {
116
class MemTableInserter : public WriteBatch::Handler {
Callers
12
WriteToFile
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Corruption
Method · 0.45
Put
Method · 0.45
Delete
Method · 0.45
WriteBatchPrinter
Function · 0.45
VersionEditPrinter
Function · 0.45
DumpTable
Function · 0.45
leveldb_writebatch_append
Function · 0.45
AddRecord
Method · 0.45
EmitPhysicalRecord
Method · 0.45
Calls
2
size
Method · 0.45
data
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36