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

Function encodeInt8CondValue

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

Source from the content-addressed store, hash-verified

228}
229
230func encodeInt8CondValue(e *Encoder, v reflect.Value) error {
231 return e.encodeInt8Cond(int8(v.Int()))
232}
233
234func encodeInt16CondValue(e *Encoder, v reflect.Value) error {
235 return e.encodeInt16Cond(int16(v.Int()))

Callers

nothing calls this directly

Calls 1

encodeInt8CondMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…