Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ IsError
Method
IsError
pkg/proxy/redis/resp.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(r *Resp) IsError() bool {
47
return
r.Type == TypeError
48
}
49
50
func
(r *Resp) IsInt() bool {
51
return
r.Type == TypeInt
Callers
6
slotsmgrt
Method · 0.80
slotsmgrtExecWrapper
Method · 0.80
KeepAlive
Method · 0.80
verifyAuth
Method · 0.80
selectDatabase
Method · 0.80
loopReader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected