()
| 70 | } |
| 71 | |
| 72 | func (b *BlobCache) PolicyConfigurationNamespaces() []string { |
| 73 | return b.reference.PolicyConfigurationNamespaces() |
| 74 | } |
| 75 | |
| 76 | func (b *BlobCache) DeleteImage(ctx context.Context, sys *types.SystemContext) error { |
| 77 | return b.reference.DeleteImage(ctx, sys) |
nothing calls this directly
no test coverage detected