MCPcopy Index your code
hub / github.com/CodisLabs/codis / encodeInt

Method encodeInt

pkg/proxy/redis/encoder.go:155–157  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

153}
154
155func (e *Encoder) encodeInt(v int64) error {
156 return e.encodeTextString(itoa(v))
157}
158
159func (e *Encoder) encodeBulkBytes(b []byte) error {
160 if b == nil {

Callers 2

encodeBulkBytesMethod · 0.95
encodeArrayMethod · 0.95

Calls 2

encodeTextStringMethod · 0.95
itoaFunction · 0.85

Tested by

no test coverage detected