MCPcopy Create free account
hub / github.com/datastax/cql-proxy / BytesSince

Method BytesSince

codecs/reader.go:28–30  ·  view source on GitHub ↗
(pos int64)

Source from the content-addressed store, hash-verified

26}
27
28func (r *FrameBodyReader) BytesSince(pos int64) []byte {
29 return r.Body[pos:r.Position()]
30}
31
32func (r *FrameBodyReader) RemainingBytes() []byte {
33 return r.Body[r.Position():]

Callers 1

DecodeMethod · 0.80

Calls 1

PositionMethod · 0.95

Tested by

no test coverage detected