MCPcopy
hub / github.com/kopia/kopia / lz4Compressor

Struct lz4Compressor

repo/compression/compressor_lz4.go:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12var errLZ4NotSupported = errors.New("LZ4 compressor is not supported in recent versions of kopia, version v0.22.3 or older is needed to read legacy repositories that use the LZ4 compressor")
13
14type lz4Compressor struct{}
15
16func (c lz4Compressor) HeaderID() HeaderID {
17 return headerLZ4Removed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected