Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
94
func
NewArray(array []*Resp) *Resp {
95
r := &Resp{}
96
r.Type = TypeArray
97
r.Array = array
98
return
r
99
}
Callers
2
TestEncodeArray
Function · 0.85
newBenchmarkDecoder
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestEncodeArray
Function · 0.68
newBenchmarkDecoder
Function · 0.68