MCPcopy Index your code
hub / github.com/tinylib/msgp / pushWriter

Function pushWriter

msgp/write.go:50–54  ·  view source on GitHub ↗
(wr *Writer)

Source from the content-addressed store, hash-verified

48}
49
50func pushWriter(wr *Writer) {
51 wr.w = nil
52 wr.wloc = 0
53 writerPool.Put(wr)
54}
55
56// freeW frees a writer for use
57// by other processes. It is not necessary

Callers 1

freeWFunction · 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…