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

Method EncodeMsgpack

msgpack.go:30–32  ·  view source on GitHub ↗
(enc *Encoder)

Source from the content-addressed store, hash-verified

28)
29
30func (m RawMessage) EncodeMsgpack(enc *Encoder) error {
31 return enc.write(m)
32}
33
34func (m *RawMessage) DecodeMsgpack(dec *Decoder) error {
35 msg, err := dec.DecodeRaw()

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected