Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
size_t WriteBatch::ApproximateSize() const { return rep_.size(); }
41
42
Status WriteBatch::Iterate(Handler* handler) const {
43
Slice input(rep_);
Callers
1
TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64