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

Method overread

zstd/bitreader.go:110–112  ·  view source on GitHub ↗

overread returns true if more bits have been requested than is on the stream.

()

Source from the content-addressed store, hash-verified

108
109// overread returns true if more bits have been requested than is on the stream.
110func (b *bitReader) overread() bool {
111 return b.bitsRead > 64
112}
113
114// remain returns the number of bits remaining.
115func (b *bitReader) remain() uint {

Callers 2

decodeMethod · 0.45
decodeSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected