| 114 | } |
| 115 | |
| 116 | type CustomEncoderEmbeddedPtr struct { |
| 117 | *CustomEncoder |
| 118 | } |
| 119 | |
| 120 | func (s *CustomEncoderEmbeddedPtr) DecodeMsgpack(dec *msgpack.Decoder) error { |
| 121 | if s.CustomEncoder == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected