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

Method RefKey

deb/local.go:89–91  ·  view source on GitHub ↗

RefKey is a unique id for package reference list

()

Source from the content-addressed store, hash-verified

87
88// RefKey is a unique id for package reference list
89func (repo *LocalRepo) RefKey() []byte {
90 return []byte("E" + repo.UUID)
91}
92
93// LocalRepoCollection does listing, updating/adding/deleting of LocalRepos
94type LocalRepoCollection struct {

Callers 10

TestRefKeyMethod · 0.45
TestRefKeyMethod · 0.45
TestLoadPre0_6Method · 0.45
UpdateMethod · 0.45
LoadCompleteMethod · 0.45
DropMethod · 0.45
TestRefKeyMethod · 0.45
TestRefKeyMethod · 0.45

Calls

no outgoing calls

Tested by 7

TestRefKeyMethod · 0.36
TestRefKeyMethod · 0.36
TestLoadPre0_6Method · 0.36
TestRefKeyMethod · 0.36
TestRefKeyMethod · 0.36