MCPcopy Index your code
hub / github.com/coder/websocket / putFlateWriter

Function putFlateWriter

compress.go:162–164  ·  view source on GitHub ↗
(w *flate.Writer)

Source from the content-addressed store, hash-verified

160}
161
162func putFlateWriter(w *flate.Writer) {
163 flateWriterPool.Put(w)
164}
165
166type slidingWindow struct {
167 buf []byte

Callers 1

putFlateWriterMethod · 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…