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

Method Uncompressed

pkg/v1/partial/uncompressed_test.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (l *foreignLayer) Uncompressed() (io.ReadCloser, error) {
52 return l.wrapped.Uncompressed()
53}
54
55func (l *foreignLayer) DiffID() (v1.Hash, error) {
56 return l.wrapped.DiffID()

Callers

nothing calls this directly

Calls 1

UncompressedMethod · 0.65

Tested by

no test coverage detected