MCPcopy Create free account
hub / github.com/CPChain/chain / Write

Method Write

database/leveldb.go:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191func (tb *tableBatch) Write() error {
192 return tb.batch.Write()
193}
194
195func (tb *tableBatch) ValueSize() int {
196 return tb.batch.ValueSize()

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected