Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
func
packageShortKey(p *Package) string {
62
return
string(p.ShortKey(
""
))
63
}
64
65
func
packageFullKey(p *Package) string {
66
return
string(p.Key(
""
))
Callers
nothing calls this directly
Calls
1
ShortKey
Method · 0.80
Tested by
no test coverage detected