MCPcopy
hub / github.com/kopia/kopia / zstdCompressor

Struct zstdCompressor

repo/compression/compressor_zstd.go:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type zstdCompressor struct {
33 id HeaderID
34 header []byte
35 pool sync.Pool
36}
37
38func (c *zstdCompressor) HeaderID() HeaderID {
39 return c.id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected