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

Method PolicyConfigurationNamespaces

pkg/blobcache/blobcache.go:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72func (b *BlobCache) PolicyConfigurationNamespaces() []string {
73 return b.reference.PolicyConfigurationNamespaces()
74}
75
76func (b *BlobCache) DeleteImage(ctx context.Context, sys *types.SystemContext) error {
77 return b.reference.DeleteImage(ctx, sys)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected