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

Method FetchByPrefix

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

Source from the content-addressed store, hash-verified

22 ProcessByPrefix(prefix []byte, proc StorageProcessor) error
23 KeysByPrefix(prefix []byte) [][]byte
24 FetchByPrefix(prefix []byte) [][]byte
25}
26
27// Writer provides KV update/delete calls

Callers 4

TestByPrefixMethod · 0.65
TestByPrefixMethod · 0.65
ForEachSortedMethod · 0.65
loadListMethod · 0.65

Implementers 2

storagedatabase/goleveldb/storage.go
EtcDStoragedatabase/etcddb/storage.go

Calls

no outgoing calls

Tested by 2

TestByPrefixMethod · 0.52
TestByPrefixMethod · 0.52