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

Method DecodeMsgpack

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

Source from the content-addressed store, hash-verified

118}
119
120func (s *CustomEncoderEmbeddedPtr) DecodeMsgpack(dec *msgpack.Decoder) error {
121 if s.CustomEncoder == nil {
122 s.CustomEncoder = new(CustomEncoder)
123 }
124 return s.CustomEncoder.DecodeMsgpack(dec)
125}
126
127//------------------------------------------------------------------------------
128

Callers

nothing calls this directly

Calls 1

DecodeMsgpackMethod · 0.65

Tested by

no test coverage detected