Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
30
func
(m RawMessage) EncodeMsgpack(enc *Encoder) error {
31
return
enc.write(m)
32
}
33
34
func
(m *RawMessage) DecodeMsgpack(dec *Decoder) error {
35
msg, err := dec.DecodeRaw()
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected