IsUnpacked returns whether an image is unpacked.
(context.Context, string)
| 59 | Config(ctx context.Context) (ocispec.Descriptor, error) |
| 60 | // IsUnpacked returns whether an image is unpacked. |
| 61 | IsUnpacked(context.Context, string) (bool, error) |
| 62 | // ContentStore provides a content store which contains image blob data |
| 63 | ContentStore() content.Store |
| 64 | // Metadata returns the underlying image metadata |
no outgoing calls