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

Function echoReadAllWriteMessage

examples/autobahn/server.go:150–152  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

148}
149
150func echoReadAllWriteMessage(w http.ResponseWriter, r *http.Request) {
151 echoReadAll(w, r, true, false)
152}
153
154func echoReadAllWritePreparedMessage(w http.ResponseWriter, r *http.Request) {
155 echoReadAll(w, r, true, true)

Callers

nothing calls this directly

Calls 1

echoReadAllFunction · 0.85

Tested by

no test coverage detected