MCPcopy 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
275type chDecompressor struct{}
276
277func (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