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

Method IsArray

pkg/proxy/redis/resp.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (r *Resp) IsArray() bool {
59 return r.Type == TypeArray
60}
61
62func NewString(value []byte) *Resp {
63 r := &Resp{}

Callers 2

slotsmgrtExecWrapperMethod · 0.80
handleRequestMGetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected