()
| 58 | } |
| 59 | |
| 60 | func (b *BlobCache) StringWithinTransport() string { |
| 61 | return b.reference.StringWithinTransport() |
| 62 | } |
| 63 | |
| 64 | func (b *BlobCache) DockerReference() reference.Named { |
| 65 | return b.reference.DockerReference() |
nothing calls this directly
no test coverage detected