MCPcopy 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
175func (db *DB) SyncDelete(key []byte) error {
176 return db.Delete(key)
177}
178
179func (db *DB) NewWriteBatch() driver.IWriteBatch {
180 wb := &WriteBatch{

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.95

Tested by

no test coverage detected