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

Function encodeInt32CondValue

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

Source from the content-addressed store, hash-verified

236}
237
238func encodeInt32CondValue(e *Encoder, v reflect.Value) error {
239 return e.encodeInt32Cond(int32(v.Int()))
240}
241
242func encodeInt64CondValue(e *Encoder, v reflect.Value) error {
243 return e.encodeInt64Cond(v.Int())

Callers

nothing calls this directly

Calls 1

encodeInt32CondMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…