Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/websocket
/ Put
Function
Put
internal/bpool/bpool.go:22–25 ·
view source on GitHub ↗
Put returns a buffer into the pool.
(b *bytes.Buffer)
Source
from the content-addressed store, hash-verified
20
21
// Put returns a buffer into the pool.
22
func
Put(b *bytes.Buffer) {
23
b.Reset()
24
bpool.Put(b)
25
}
Callers
3
Close
Method · 0.92
writeCompressedFrame
Method · 0.92
read
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected