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

Method Close

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

Source from the content-addressed store, hash-verified

42}
43
44func (w *WriteBatch) Close() {
45 w.wbatch.Reset()
46}
47
48func (w *WriteBatch) Data() []byte {
49 return w.wbatch.Dump()

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected