MCPcopy Index your code
hub / github.com/CodisLabs/codis / NewArray

Function NewArray

pkg/proxy/redis/resp.go:94–99  ·  view source on GitHub ↗
(array []*Resp)

Source from the content-addressed store, hash-verified

92}
93
94func NewArray(array []*Resp) *Resp {
95 r := &Resp{}
96 r.Type = TypeArray
97 r.Array = array
98 return r
99}

Callers 2

TestEncodeArrayFunction · 0.85
newBenchmarkDecoderFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestEncodeArrayFunction · 0.68
newBenchmarkDecoderFunction · 0.68