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

Struct ZstdDecompressor

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

ZstdDecompressor handles Zstandard compression

Source from the content-addressed store, hash-verified

117
118// ZstdDecompressor handles Zstandard compression
119type ZstdDecompressor struct{}
120
121// Decompress implements Decompressor interface for zstd
122func (z *ZstdDecompressor) Decompress(data []byte) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected