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

Struct compressedReader

pkg/v1/stream/layer.go:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163type compressedReader struct {
164 pr io.Reader
165 closer func() error
166}
167
168func newCompressedReader(l *Layer) (*compressedReader, error) {
169 // Collect digests of compressed and uncompressed stream and size of

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected