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

Method Rollback

driver/ipfs/write_batch.go:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (w *WriteBatch) Rollback() error {
42 w.wbatch.Reset()
43 return nil
44}
45
46func (w *WriteBatch) Close() {
47 w.wbatch.Reset()

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected