()
| 62 | } |
| 63 | |
| 64 | func (b *BlobCache) DockerReference() reference.Named { |
| 65 | return b.reference.DockerReference() |
| 66 | } |
| 67 | |
| 68 | func (b *BlobCache) PolicyConfigurationIdentity() string { |
| 69 | return b.reference.PolicyConfigurationIdentity() |
nothing calls this directly
no test coverage detected