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

Method SyncPut

driver/crdt/db.go:171–173  ·  view source on GitHub ↗
(key []byte, value []byte)

Source from the content-addressed store, hash-verified

169}
170
171func (db *DB) SyncPut(key []byte, value []byte) error {
172 return db.Put(key, value)
173}
174
175func (db *DB) SyncDelete(key []byte) error {
176 return db.Delete(key)

Callers

nothing calls this directly

Calls 1

PutMethod · 0.95

Tested by

no test coverage detected