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

Method DecodeMsgpack

types_test.go:108–110  ·  view source on GitHub ↗
(dec *msgpack.Decoder)

Source from the content-addressed store, hash-verified

106}
107
108func (s *CustomEncoder) DecodeMsgpack(dec *msgpack.Decoder) error {
109 return dec.DecodeMulti(&s.str, &s.ref, &s.num)
110}
111
112type CustomEncoderField struct {
113 Field CustomEncoder

Callers

nothing calls this directly

Calls 1

DecodeMultiMethod · 0.80

Tested by

no test coverage detected