ZstdDecompressor handles Zstandard compression
| 117 | |
| 118 | // ZstdDecompressor handles Zstandard compression |
| 119 | type ZstdDecompressor struct{} |
| 120 | |
| 121 | // Decompress implements Decompressor interface for zstd |
| 122 | func (z *ZstdDecompressor) Decompress(data []byte) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected