Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ ValueSize
Method
ValueSize
database/leveldb.go:195–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
}
194
195
func
(tb *tableBatch) ValueSize() int {
196
return
tb.batch.ValueSize()
197
}
198
199
func
(tb *tableBatch) Reset() {
200
tb.batch.Reset()
Callers
nothing calls this directly
Calls
1
ValueSize
Method · 0.65
Tested by
no test coverage detected