MCPcopy
hub / github.com/google/go-containerregistry / Descriptor

Method Descriptor

pkg/v1/partial/compressed_test.go:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168}
169
170func (i *compressedImage) Descriptor() (*v1.Descriptor, error) {
171 return partial.Descriptor(i.img)
172}
173
174func TestCompressed(t *testing.T) {
175 rnd, err := random.Image(1024, 1)

Callers

nothing calls this directly

Calls 1

DescriptorFunction · 0.92

Tested by

no test coverage detected