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

Method Key

deb/remote.go:871–873  ·  view source on GitHub ↗

Key is a unique id in DB

()

Source from the content-addressed store, hash-verified

869
870// Key is a unique id in DB
871func (repo *RemoteRepo) Key() []byte {
872 return []byte("R" + repo.UUID)
873}
874
875// RefKey is a unique id for package reference list
876func (repo *RemoteRepo) RefKey() []byte {

Callers 4

BuildDownloadQueueMethod · 0.45
UpdateMethod · 0.45
ByUUIDMethod · 0.45
DropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected