MCPcopy Index your code
hub / github.com/aptly-dev/aptly / KeysByPrefix

Method KeysByPrefix

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

Source from the content-addressed store, hash-verified

21 HasPrefix(prefix []byte) bool
22 ProcessByPrefix(prefix []byte, proc StorageProcessor) error
23 KeysByPrefix(prefix []byte) [][]byte
24 FetchByPrefix(prefix []byte) [][]byte
25}
26

Callers 9

TestByPrefixMethod · 0.65
TestByPrefixMethod · 0.65
AllPackageRefsMethod · 0.65
ScanMethod · 0.65
SearchByKeyMethod · 0.65
LenMethod · 0.65
LenMethod · 0.65
LenMethod · 0.65
mainFunction · 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