MCPcopy
hub / github.com/gorilla/websocket / simpleBufferPool

Struct simpleBufferPool

conn_test.go:189–191  ·  view source on GitHub ↗

simpleBufferPool is an implementation of BufferPool for TestWriteBufferPool.

Source from the content-addressed store, hash-verified

187
188// simpleBufferPool is an implementation of BufferPool for TestWriteBufferPool.
189type simpleBufferPool struct {
190 v interface{}
191}
192
193func (p *simpleBufferPool) Get() interface{} {
194 v := p.v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected