writePoolData is the type added to the write buffer pool. This wrapper is used to prevent applications from peeking at and depending on the values added to the pool.
| 237 | // used to prevent applications from peeking at and depending on the values |
| 238 | // added to the pool. |
| 239 | type writePoolData struct{ buf []byte } |
| 240 | |
| 241 | // The Conn type represents a WebSocket connection. |
| 242 | type Conn struct { |
nothing calls this directly
no outgoing calls
no test coverage detected