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

Method RefKey

deb/remote.go:876–878  ·  view source on GitHub ↗

RefKey is a unique id for package reference list

()

Source from the content-addressed store, hash-verified

874
875// RefKey is a unique id for package reference list
876func (repo *RemoteRepo) RefKey() []byte {
877 return []byte("E" + repo.UUID)
878}
879
880// RemoteRepoCollection does listing, updating/adding/deleting of RemoteRepos
881type RemoteRepoCollection struct {

Callers 5

UpdateMethod · 0.45
LoadCompleteMethod · 0.45
DropMethod · 0.45

Calls

no outgoing calls