Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
func
(r *Resp) IsArray() bool {
59
return
r.Type == TypeArray
60
}
61
62
func
NewString(value []byte) *Resp {
63
r := &Resp{}
Callers
2
slotsmgrtExecWrapper
Method · 0.80
handleRequestMGet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected