MCPcopy
hub / github.com/kopia/kopia / deflateCompressor

Struct deflateCompressor

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected