MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Close

Method Close

driver/ipfs-synckv/write_batch.go:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112func (w *WriteBatch) Rollback() error {
113 w.wbatch.Reset()
114 w.ipfsOps = nil
115 w.err = nil
116 return nil
117}
118
119func (w *WriteBatch) Close() {
120 w.wbatch.Reset()

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected