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

Method Delete

driver/hybriddb/write_batch.go:16–18  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

14}
15
16func (w *WriteBatch) Delete(key []byte) {
17 w.wbatch.Delete(key)
18}
19
20func (w *WriteBatch) Commit() error {
21 return w.db.db.Write(w.wbatch, nil)

Callers 3

TestWriteBatch_CloseFunction · 0.95
TestWriteBatch_DataFunction · 0.95

Calls

no outgoing calls

Tested by 3

TestWriteBatch_CloseFunction · 0.76
TestWriteBatch_DataFunction · 0.76