Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ popWriter
Function
popWriter
msgp/write.go:44–48 ·
view source on GitHub ↗
(w io.Writer)
Source
from the content-addressed store, hash-verified
42
)
43
44
func
popWriter(w io.Writer) *Writer {
45
wr := writerPool.Get().(*Writer)
46
wr.Reset(w)
47
return
wr
48
}
49
50
func
pushWriter(wr *Writer) {
51
wr.w = nil
Callers
1
NewWriter
Function · 0.85
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…