Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
func
(r *FrameBodyReader) BytesSince(pos int64) []byte {
29
return
r.Body[pos:r.Position()]
30
}
31
32
func
(r *FrameBodyReader) RemainingBytes() []byte {
33
return
r.Body[r.Position():]
Callers
1
Decode
Method · 0.80
Calls
1
Position
Method · 0.95
Tested by
no test coverage detected