MCPcopy Create free account
hub / github.com/vmihailenco/msgpack / encodeUint8CondValue

Function encodeUint8CondValue

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

Source from the content-addressed store, hash-verified

212}
213
214func encodeUint8CondValue(e *Encoder, v reflect.Value) error {
215 return e.encodeUint8Cond(uint8(v.Uint()))
216}
217
218func encodeUint16CondValue(e *Encoder, v reflect.Value) error {
219 return e.encodeUint16Cond(uint16(v.Uint()))

Callers

nothing calls this directly

Calls 1

encodeUint8CondMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…