Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
type
Writer
interface
{
29
Put(key []byte, value []byte) error
30
Delete(key []byte) error
31
}
32
33
// ReaderWriter combines Reader and Writer
Callers
15
Delete
Method · 0.65
Delete
Method · 0.65
Delete
Method · 0.65
TestDelete
Method · 0.65
TestBatch
Method · 0.65
Delete
Method · 0.65
Drop
Method · 0.65
Delete
Method · 0.65
TestDelete
Method · 0.65
TestTransactionCommit
Method · 0.65
DeleteByKey
Method · 0.65
Drop
Method · 0.65
Implementers
6
storage
database/goleveldb/storage.go
transaction
database/goleveldb/transaction.go
batch
database/goleveldb/batch.go
EtcDStorage
database/etcddb/storage.go
transaction
database/etcddb/transaction.go
EtcDBatch
database/etcddb/batch.go
Calls
no outgoing calls
Tested by
4
TestDelete
Method · 0.52
TestBatch
Method · 0.52
TestDelete
Method · 0.52
TestTransactionCommit
Method · 0.52