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

Method Close

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected