MCPcopy Create free account
hub / github.com/gorilla/websocket / flateWriteWrapper

Struct flateWriteWrapper

compression.go:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92type flateWriteWrapper struct {
93 fw *flate.Writer
94 tw *truncWriter
95 p *sync.Pool
96}
97
98func (w *flateWriteWrapper) Write(p []byte) (int, error) {
99 if w.fw == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected