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

Function echoReadAllWritePreparedMessage

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

Source from the content-addressed store, hash-verified

152}
153
154func echoReadAllWritePreparedMessage(w http.ResponseWriter, r *http.Request) {
155 echoReadAll(w, r, true, true)
156}
157
158func serveHome(w http.ResponseWriter, r *http.Request) {
159 if r.URL.Path != "/" {

Callers

nothing calls this directly

Calls 1

echoReadAllFunction · 0.85

Tested by

no test coverage detected