MCPcopy
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
44func popWriter(w io.Writer) *Writer {
45 wr := writerPool.Get().(*Writer)
46 wr.Reset(w)
47 return wr
48}
49
50func pushWriter(wr *Writer) {
51 wr.w = nil

Callers 1

NewWriterFunction · 0.85

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…