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

Struct writePoolData

conn.go:239–239  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

237// used to prevent applications from peeking at and depending on the values
238// added to the pool.
239type writePoolData struct{ buf []byte }
240
241// The Conn type represents a WebSocket connection.
242type Conn struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected