MCPcopy Index your code
hub / github.com/ContentSquare/chproxy / decompress

Method decompress

utils.go:262–262  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

260
261type decompressor interface {
262 decompress(r io.Reader) ([]byte, error)
263}
264
265type gzipDecompressor struct{}

Callers 2

getQuerySnippetFromBodyFunction · 0.65
getFullQueryFromBodyFunction · 0.65

Implementers 2

Calls

no outgoing calls

Tested by

no test coverage detected