MCPcopy Create free account
hub / github.com/tbphp/gpt-load / GzipDecompressor

Struct GzipDecompressor

internal/utils/compression_utils.go:63–63  ·  view source on GitHub ↗

GzipDecompressor handles gzip compression

Source from the content-addressed store, hash-verified

61
62// GzipDecompressor handles gzip compression
63type GzipDecompressor struct{}
64
65// Decompress implements Decompressor interface for gzip
66func (g *GzipDecompressor) Decompress(data []byte) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected