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

Method Put

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

Put adds a value to the pool.

(interface{})

Source from the content-addressed store, hash-verified

231 Get() interface{}
232 // Put adds a value to the pool.
233 Put(interface{})
234}
235
236// writePoolData is the type added to the write buffer pool. This wrapper is

Callers 3

endMessageMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65

Implementers 1

simpleBufferPoolconn_test.go

Calls

no outgoing calls

Tested by

no test coverage detected