MCPcopy Index your code
hub / github.com/coder/websocket / putFlateReader

Function putFlateReader

compress.go:146–148  ·  view source on GitHub ↗
(fr io.Reader)

Source from the content-addressed store, hash-verified

144}
145
146func putFlateReader(fr io.Reader) {
147 flateReaderPool.Put(fr)
148}
149
150var flateWriterPool sync.Pool
151

Callers 1

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