Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ FileSize
Method
FileSize
src/leveldb/table/table_builder.cc:263–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
uint64_t TableBuilder::NumEntries() const { return rep_->num_entries; }
262
263
uint64_t TableBuilder::FileSize() const { return rep_->offset; }
264
265
} // namespace leveldb
Callers
1
FinishImpl
Method · 0.45
Calls
no outgoing calls
Tested by
1
FinishImpl
Method · 0.36