Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gorilla/websocket
/ flateReadWrapper
Struct
flateReadWrapper
compression.go:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
type
flateReadWrapper
struct
{
123
fr io.ReadCloser
124
}
125
126
func
(r *flateReadWrapper) Read(p []byte) (int, error) {
127
if
r.fr == nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected