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

Struct BrotliDecompressor

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

BrotliDecompressor handles brotli compression

Source from the content-addressed store, hash-verified

80
81// BrotliDecompressor handles brotli compression
82type BrotliDecompressor struct{}
83
84// Decompress implements Decompressor interface for brotli
85func (b *BrotliDecompressor) Decompress(data []byte) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected