Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptly-dev/aptly
/ Put
Method
Put
database/database.go:29–29 ·
view source on GitHub ↗
(key []byte, value []byte)
Source
from the content-addressed store, hash-verified
27
// Writer provides KV update/delete calls
28
type
Writer
interface
{
29
Put(key []byte, value []byte) error
30
Delete(key []byte) error
31
}
32
Callers
15
Put
Method · 0.65
Put
Method · 0.65
Put
Method · 0.65
TestRecoverDB
Method · 0.65
TestGetPut
Method · 0.65
TestTemporaryDelete
Method · 0.65
TestDelete
Method · 0.65
TestByPrefix
Method · 0.65
TestHasPrefix
Method · 0.65
TestBatch
Method · 0.65
TestCompactDB
Method · 0.65
TestReOpen
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
15
TestRecoverDB
Method · 0.52
TestGetPut
Method · 0.52
TestTemporaryDelete
Method · 0.52
TestDelete
Method · 0.52
TestByPrefix
Method · 0.52
TestHasPrefix
Method · 0.52
TestBatch
Method · 0.52
TestCompactDB
Method · 0.52
TestReOpen
Method · 0.52
TestGetPut
Method · 0.52
TestDelete
Method · 0.52
TestByPrefix
Method · 0.52