MCPcopy Create free account
hub / github.com/docker/cli / Reference

Method Reference

cmd/docker-trust/internal/trust/trust.go:396–398  ·  view source on GitHub ↗

Reference returns the Image reference for a given ImageRefAndAuth

()

Source from the content-addressed store, hash-verified

394
395// Reference returns the Image reference for a given ImageRefAndAuth
396func (imgRefAuth *ImageRefAndAuth) Reference() reference.Named {
397 return imgRefAuth.reference
398}
399
400// RepoInfo returns the repository information for a given ImageRefAndAuth
401func (imgRefAuth *ImageRefAndAuth) RepoInfo() *RepositoryInfo {

Callers 5

updateNodeFilterFunction · 0.80
runSignImageFunction · 0.80
lookupTrustInfoFunction · 0.80
addSignerToRepoFunction · 0.80
removeSingleSignerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected