MCPcopy 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
195func (tb *tableBatch) ValueSize() int {
196 return tb.batch.ValueSize()
197}
198
199func (tb *tableBatch) Reset() {
200 tb.batch.Reset()

Callers

nothing calls this directly

Calls 1

ValueSizeMethod · 0.65

Tested by

no test coverage detected