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

Struct DeflateDecompressor

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

DeflateDecompressor handles deflate compression (same as gzip without header)

Source from the content-addressed store, hash-verified

95
96// DeflateDecompressor handles deflate compression (same as gzip without header)
97type DeflateDecompressor struct{}
98
99// Decompress implements Decompressor interface for deflate
100func (d *DeflateDecompressor) Decompress(data []byte) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected