Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ IsString
Method
IsString
pkg/proxy/redis/resp.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(r *Resp) IsString() bool {
43
return
r.Type == TypeString
44
}
45
46
func
(r *Resp) IsError() bool {
47
return
r.Type == TypeError
Callers
3
handleRequestMSet
Method · 0.80
verifyAuth
Method · 0.80
selectDatabase
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected