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

Function encodeInt16CondValue

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

Source from the content-addressed store, hash-verified

232}
233
234func encodeInt16CondValue(e *Encoder, v reflect.Value) error {
235 return e.encodeInt16Cond(int16(v.Int()))
236}
237
238func encodeInt32CondValue(e *Encoder, v reflect.Value) error {
239 return e.encodeInt32Cond(int32(v.Int()))

Callers

nothing calls this directly

Calls 1

encodeInt16CondMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…