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

Method DecodeValue

decode.go:330–333  ·  view source on GitHub ↗
(v reflect.Value)

Source from the content-addressed store, hash-verified

328}
329
330func (d *Decoder) DecodeValue(v reflect.Value) error {
331 decode := getDecoder(v.Type())
332 return decode(d, v)
333}
334
335func (d *Decoder) DecodeNil() error {
336 c, err := d.readCode()

Callers 2

decodeTypedMapValueMethod · 0.95
DecodeMethod · 0.95

Calls 1

getDecoderFunction · 0.85

Tested by

no test coverage detected