Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
330
func
putBufioReader(br *bufio.Reader) {
331
bufioReaderPool.Put(br)
332
}
333
334
var
bufioWriterPool sync.Pool
335
Callers
1
close
Method · 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…