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

Method ApproximateSize

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

Source from the content-addressed store, hash-verified

38}
39
40size_t WriteBatch::ApproximateSize() const { return rep_.size(); }
41
42Status WriteBatch::Iterate(Handler* handler) const {
43 Slice input(rep_);

Callers 1

TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64