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

Method Decompress

internal/utils/compression_utils.go:16–16  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

14// Decompressor defines the interface for different decompression algorithms
15type Decompressor interface {
16 Decompress(data []byte) ([]byte, error)
17}
18
19// decompressorRegistry holds all registered decompressors

Callers 1

DecompressResponseFunction · 0.65

Implementers 4

GzipDecompressorinternal/utils/compression_utils.go
BrotliDecompressorinternal/utils/compression_utils.go
DeflateDecompressorinternal/utils/compression_utils.go
ZstdDecompressorinternal/utils/compression_utils.go

Calls

no outgoing calls

Tested by

no test coverage detected