(ctx context.Context)
| 201 | } |
| 202 | |
| 203 | func (i *image) Config(ctx context.Context) (ocispec.Descriptor, error) { |
| 204 | provider := i.client.ContentStore() |
| 205 | return i.i.Config(ctx, provider, i.platform) |
| 206 | } |
| 207 | |
| 208 | func (i *image) IsUnpacked(ctx context.Context, snapshotterName string) (bool, error) { |
| 209 | sn, err := i.client.getSnapshotter(ctx, snapshotterName) |
no test coverage detected