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

Function packageShortKey

deb/list.go:61–63  ·  view source on GitHub ↗
(p *Package)

Source from the content-addressed store, hash-verified

59)
60
61func packageShortKey(p *Package) string {
62 return string(p.ShortKey(""))
63}
64
65func packageFullKey(p *Package) string {
66 return string(p.Key(""))

Callers

nothing calls this directly

Calls 1

ShortKeyMethod · 0.80

Tested by

no test coverage detected