MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / encodeIntValue

Function encodeIntValue

encode_number.go:210–212  ·  view source on GitHub ↗
(e *Encoder, v reflect.Value)

Source from the content-addressed store, hash-verified

208}
209
210func encodeIntValue(e *Encoder, v reflect.Value) error {
211 return e.EncodeInt(v.Int())
212}
213
214func encodeUint8CondValue(e *Encoder, v reflect.Value) error {
215 return e.encodeUint8Cond(uint8(v.Uint()))

Callers

nothing calls this directly

Calls 1

EncodeIntMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…