Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
(w *WriteBatch) Delete(key []byte) {
17
w.wbatch.Delete(key)
18
}
19
20
func
(w *WriteBatch) Commit() error {
21
return
w.db.db.Write(w.wbatch, nil)
Callers
3
TestWriteBatch_MixedOperations
Function · 0.95
TestWriteBatch_Close
Function · 0.95
TestWriteBatch_Data
Function · 0.95
Calls
no outgoing calls
Tested by
3
TestWriteBatch_MixedOperations
Function · 0.76
TestWriteBatch_Close
Function · 0.76
TestWriteBatch_Data
Function · 0.76