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