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

Function decodeCustomValue

decode_value.go:214–217  ·  view source on GitHub ↗

------------------------------------------------------------------------------

(d *Decoder, v reflect.Value)

Source from the content-addressed store, hash-verified

212//------------------------------------------------------------------------------
213
214func decodeCustomValue(d *Decoder, v reflect.Value) error {
215 decoder := v.Interface().(CustomDecoder)
216 return decoder.DecodeMsgpack(d)
217}
218
219func unmarshalValue(d *Decoder, v reflect.Value) error {
220 var b []byte

Callers

nothing calls this directly

Calls 1

DecodeMsgpackMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…