Usage returns a usage calculation for the image.
(context.Context, ...UsageOpt)
| 55 | Size(ctx context.Context) (int64, error) |
| 56 | // Usage returns a usage calculation for the image. |
| 57 | Usage(context.Context, ...UsageOpt) (int64, error) |
| 58 | // Config descriptor for the image. |
| 59 | Config(ctx context.Context) (ocispec.Descriptor, error) |
| 60 | // IsUnpacked returns whether an image is unpacked. |
no outgoing calls