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

Function putBufioReader

dial.go:330–332  ·  view source on GitHub ↗
(br *bufio.Reader)

Source from the content-addressed store, hash-verified

328}
329
330func putBufioReader(br *bufio.Reader) {
331 bufioReaderPool.Put(br)
332}
333
334var bufioWriterPool sync.Pool
335

Callers 1

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