MCPcopy 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
73func (db *DB) SyncDelete(key []byte) error {
74 return db.Delete(key)
75}
76
77func (db *DB) NewWriteBatch() driver.IWriteBatch {
78 wb := &WriteBatch{

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.95

Tested by

no test coverage detected