MCPcopy
hub / github.com/klauspost/compress / Error

Method Error

flate/inflate.go:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54type InternalError string
55
56func (e InternalError) Error() string { return "flate: internal error: " + string(e) }
57
58// A ReadError reports an error encountered while reading input.
59//

Callers 14

FuzzEncodingFunction · 0.45
TestRegressionsFunction · 0.45
testBlockHuffFunction · 0.45
testBlockFunction · 0.45
writeToTypeFunction · 0.45
testWriterEOFFunction · 0.45
TestWriteToFunction · 0.45
TestReaderPartialBlockFunction · 0.45
TestWriterRegressionFunction · 0.45
TestDeflateInflateStringFunction · 0.45
TestDecompressFunction · 0.45

Calls

no outgoing calls

Tested by 14

FuzzEncodingFunction · 0.36
TestRegressionsFunction · 0.36
testBlockHuffFunction · 0.36
testBlockFunction · 0.36
writeToTypeFunction · 0.36
testWriterEOFFunction · 0.36
TestWriteToFunction · 0.36
TestReaderPartialBlockFunction · 0.36
TestWriterRegressionFunction · 0.36
TestDeflateInflateStringFunction · 0.36
TestDecompressFunction · 0.36