Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TestByPrefix
Method · 0.65
TestByPrefix
Method · 0.65
AllPackageRefs
Method · 0.65
Scan
Method · 0.65
SearchByKey
Method · 0.65
Len
Method · 0.65
Len
Method · 0.65
Len
Method · 0.65
main
Function · 0.65
Implementers
2
storage
database/goleveldb/storage.go
EtcDStorage
database/etcddb/storage.go
Calls
no outgoing calls
Tested by
2
TestByPrefix
Method · 0.52
TestByPrefix
Method · 0.52