Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ SyncDelete
Method
SyncDelete
driver/badger/db.go:73–75 ·
view source on GitHub ↗
(key []byte)
Source
from the content-addressed store, hash-verified
71
}
72
73
func
(db *DB) SyncDelete(key []byte) error {
74
return
db.Delete(key)
75
}
76
77
func
(db *DB) NewWriteBatch() driver.IWriteBatch {
78
wb := &WriteBatch{
Callers
nothing calls this directly
Calls
1
Delete
Method · 0.95
Tested by
no test coverage detected