Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
146
func
putFlateReader(fr io.Reader) {
147
flateReaderPool.Put(fr)
148
}
149
150
var
flateWriterPool sync.Pool
151
Callers
1
putFlateReader
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…