MCPcopy Create free account
hub / github.com/aptly-dev/aptly / Delete

Method Delete

database/database.go:30–30  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

28type Writer interface {
29 Put(key []byte, value []byte) error
30 Delete(key []byte) error
31}
32
33// ReaderWriter combines Reader and Writer

Callers 15

DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
TestDeleteMethod · 0.65
TestBatchMethod · 0.65
DeleteMethod · 0.65
DropMethod · 0.65
DeleteMethod · 0.65
TestDeleteMethod · 0.65
TestTransactionCommitMethod · 0.65
DeleteByKeyMethod · 0.65
DropMethod · 0.65

Implementers 6

storagedatabase/goleveldb/storage.go
transactiondatabase/goleveldb/transaction.go
batchdatabase/goleveldb/batch.go
EtcDStoragedatabase/etcddb/storage.go
transactiondatabase/etcddb/transaction.go
EtcDBatchdatabase/etcddb/batch.go

Calls

no outgoing calls

Tested by 4

TestDeleteMethod · 0.52
TestBatchMethod · 0.52
TestDeleteMethod · 0.52
TestTransactionCommitMethod · 0.52