MCPcopy Create free account
hub / github.com/containers/image / Reference

Method Reference

types/types.go:297–297  ·  view source on GitHub ↗

Reference returns the reference used to set up this destination. Note that this should directly correspond to user's intent, e.g. it should use the public hostname instead of the result of resolving CNAMEs or following redirects.

()

Source from the content-addressed store, hash-verified

295 // Reference returns the reference used to set up this destination. Note that this should directly correspond to user's intent,
296 // e.g. it should use the public hostname instead of the result of resolving CNAMEs or following redirects.
297 Reference() ImageReference
298 // Close removes resources associated with an initialized ImageDestination, if any.
299 Close() error
300

Callers 2

TestWriteReadFunction · 0.95
TestDestinationReferenceFunction · 0.95

Implementers 1

memoryImageDestinternal/image/docker_schema2_test.go

Calls

no outgoing calls

Tested by 2

TestWriteReadFunction · 0.76
TestDestinationReferenceFunction · 0.76