Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ IsBulkBytes
Method
IsBulkBytes
pkg/proxy/redis/resp.go:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(r *Resp) IsBulkBytes() bool {
55
return
r.Type == TypeBulkBytes
56
}
57
58
func
(r *Resp) IsArray() bool {
59
return
r.Type == TypeArray
Callers
1
KeepAlive
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected