MCPcopy 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
50func (r *Resp) IsInt() bool {
51 return r.Type == TypeInt
52}
53
54func (r *Resp) IsBulkBytes() bool {
55 return r.Type == TypeBulkBytes

Callers 4

slotsmgrtMethod · 0.80
slotsmgrtExecWrapperMethod · 0.80
handleRequestDelMethod · 0.80
handleRequestExistsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected