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

Method Len

zstd/zstd.go:123–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121type byter interface {
122 Bytes() []byte
123 Len() int
124}
125
126var _ byter = &bytes.Buffer{}

Callers 15

TestDecompress1XFunction · 0.80
TestDecompress4XFunction · 0.80
TestRoundtrip1XFuzzFunction · 0.80
TestRoundtrip4XFuzzFunction · 0.80
TestRegressionsFunction · 0.80
TestDictDecoderFunction · 0.80
TestWriteToFunction · 0.80
TestVeryLongSparseChunkFunction · 0.80
TestOneMByteFunction · 0.80
testSyncFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestDecompress1XFunction · 0.64
TestDecompress4XFunction · 0.64
TestRoundtrip1XFuzzFunction · 0.64
TestRoundtrip4XFuzzFunction · 0.64
TestRegressionsFunction · 0.64
TestDictDecoderFunction · 0.64
TestWriteToFunction · 0.64
TestVeryLongSparseChunkFunction · 0.64
TestOneMByteFunction · 0.64
testSyncFunction · 0.64