Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
50
func
GetEncoder() *Encoder {
51
return
encPool.Get().(*Encoder)
52
}
53
54
func
PutEncoder(enc *Encoder) {
55
enc.w = nil
Callers
1
Marshal
Function · 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…