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

Method EncodeMsgpack

example_CustomEncoder_test.go:17–19  ·  view source on GitHub ↗
(enc *msgpack.Encoder)

Source from the content-addressed store, hash-verified

15var _ msgpack.CustomDecoder = (*customStruct)(nil)
16
17func (s *customStruct) EncodeMsgpack(enc *msgpack.Encoder) error {
18 return enc.EncodeMulti(s.S, s.N)
19}
20
21func (s *customStruct) DecodeMsgpack(dec *msgpack.Decoder) error {
22 return dec.DecodeMulti(&s.S, &s.N)

Callers

nothing calls this directly

Calls 1

EncodeMultiMethod · 0.80

Tested by

no test coverage detected