MCPcopy 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
42func (r *Resp) IsString() bool {
43 return r.Type == TypeString
44}
45
46func (r *Resp) IsError() bool {
47 return r.Type == TypeError

Callers 3

handleRequestMSetMethod · 0.80
verifyAuthMethod · 0.80
selectDatabaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected