MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / gzipDecompressor

Struct gzipDecompressor

utils.go:265–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265type gzipDecompressor struct{}
266
267func (dc gzipDecompressor) decompress(r io.Reader) ([]byte, error) {
268 gr, err := gzip.NewReader(r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected