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

Function GetEncoder

encode.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func GetEncoder() *Encoder {
51 return encPool.Get().(*Encoder)
52}
53
54func PutEncoder(enc *Encoder) {
55 enc.w = nil

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…