Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
265
type
gzipDecompressor
struct
{}
266
267
func
(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