MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Delete

Method Delete

driver/crdt/db.go:166–169  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

164}
165
166func (db *DB) Delete(key []byte) error {
167 key = db.EncodeKey(key)
168 return db.db.Delete(db.ctx, key)
169}
170
171func (db *DB) SyncPut(key []byte, value []byte) error {
172 return db.Put(key, value)

Callers 1

SyncDeleteMethod · 0.95

Calls 1

EncodeKeyMethod · 0.95

Tested by

no test coverage detected