Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ IsInt
Method
IsInt
pkg/proxy/redis/resp.go:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
func
(r *Resp) IsInt() bool {
51
return
r.Type == TypeInt
52
}
53
54
func
(r *Resp) IsBulkBytes() bool {
55
return
r.Type == TypeBulkBytes
Callers
4
slotsmgrt
Method · 0.80
slotsmgrtExecWrapper
Method · 0.80
handleRequestDel
Method · 0.80
handleRequestExists
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected