| 161 | } |
| 162 | |
| 163 | type compressedReader struct { |
| 164 | pr io.Reader |
| 165 | closer func() error |
| 166 | } |
| 167 | |
| 168 | func newCompressedReader(l *Layer) (*compressedReader, error) { |
| 169 | // Collect digests of compressed and uncompressed stream and size of |
nothing calls this directly
no outgoing calls
no test coverage detected