Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gorilla/websocket
/ Close
Method
Close
compression.go:140–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
}
139
140
func
(r *flateReadWrapper) Close() error {
141
if
r.fr == nil {
142
return
io.ErrClosedPipe
143
}
144
err := r.fr.Close()
145
flateReaderPool.Put(r.fr)
146
r.fr = nil
147
return
err
148
}
Callers
2
Read
Method · 0.95
Close
Method · 0.45
Calls
1
Put
Method · 0.65
Tested by
no test coverage detected