| 12 | var 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 | |
| 14 | type lz4Compressor struct{} |
| 15 | |
| 16 | func (c lz4Compressor) HeaderID() HeaderID { |
| 17 | return headerLZ4Removed |
nothing calls this directly
no outgoing calls
no test coverage detected