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

Method StringWithinTransport

pkg/blobcache/blobcache.go:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (b *BlobCache) StringWithinTransport() string {
61 return b.reference.StringWithinTransport()
62}
63
64func (b *BlobCache) DockerReference() reference.Named {
65 return b.reference.DockerReference()

Callers

nothing calls this directly

Calls 1

StringWithinTransportMethod · 0.65

Tested by

no test coverage detected