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

Method Bytes

s2/s2.go:148–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146
147type byter interface {
148 Bytes() []byte
149}
150
151var _ byter = &bytes.Buffer{}

Callers 15

benchmarkDecodeFunction · 0.65
TestDictDecoderFunction · 0.65
testBlockHuffFunction · 0.65
testBlockFunction · 0.65
testWriterEOFFunction · 0.65
Example_dictionaryFunction · 0.65
TestWriteToFunction · 0.65
TestWriteErrorFunction · 0.65
TestWriter_ResetFunction · 0.65
testDeterministicFunction · 0.65

Calls

no outgoing calls

Tested by 15

benchmarkDecodeFunction · 0.52
TestDictDecoderFunction · 0.52
testBlockHuffFunction · 0.52
testBlockFunction · 0.52
testWriterEOFFunction · 0.52
Example_dictionaryFunction · 0.52
TestWriteToFunction · 0.52
TestWriteErrorFunction · 0.52
TestWriter_ResetFunction · 0.52
testDeterministicFunction · 0.52