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

Function echoReadAllWriter

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

Source from the content-addressed store, hash-verified

144}
145
146func echoReadAllWriter(w http.ResponseWriter, r *http.Request) {
147 echoReadAll(w, r, false, false)
148}
149
150func echoReadAllWriteMessage(w http.ResponseWriter, r *http.Request) {
151 echoReadAll(w, r, true, false)

Callers

nothing calls this directly

Calls 1

echoReadAllFunction · 0.85

Tested by

no test coverage detected