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

Function PutEncoder

encode.go:54–57  ·  view source on GitHub ↗
(enc *Encoder)

Source from the content-addressed store, hash-verified

52}
53
54func PutEncoder(enc *Encoder) {
55 enc.w = nil
56 encPool.Put(enc)
57}
58
59// Marshal returns the MessagePack encoding of v.
60func Marshal(v interface{}) ([]byte, error) {

Callers 1

MarshalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…