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

Method Rollback

driver/oss/write_batch.go:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected