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

Struct tableBatch

database/leveldb.go:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174type tableBatch struct {
175 batch Batch
176 prefix string
177}
178
179func (dt *table) NewBatch() Batch {
180 return &tableBatch{dt.db.NewBatch(), dt.prefix}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected