Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ NewDecoderBuffer
Function
NewDecoderBuffer
pkg/proxy/redis/decoder.go:80–82 ·
view source on GitHub ↗
(br *bufio2.Reader)
Source
from the content-addressed store, hash-verified
78
}
79
80
func
NewDecoderBuffer(br *bufio2.Reader) *Decoder {
81
return
&Decoder{br: br}
82
}
83
84
func
(d *Decoder) Decode() (*Resp, error) {
85
if
d.Err != nil {
Callers
3
NewDecoder
Function · 0.85
NewDecoderSize
Function · 0.85
newConnDecoder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected