Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ chDecompressor
Struct
chDecompressor
utils.go:275–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
type
chDecompressor
struct
{}
276
277
func
(dc chDecompressor) decompress(r io.Reader) ([]byte, error) {
278
lr := chdecompressor.NewReader(r)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected