MCPcopy Create free account
hub / github.com/distributedio/titan / Decoder

Struct Decoder

encoding/resp/resp.go:123–125  ·  view source on GitHub ↗

Decoder implements the decoder interface

Source from the content-addressed store, hash-verified

121
122// Decoder implements the decoder interface
123type Decoder struct {
124 r *Reader
125}
126
127// NewDecoder creates a RESP decoder
128func NewDecoder(r io.Reader) *Decoder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected