MCPcopy Create free account
hub / github.com/gorilla/websocket / testLogWriter

Struct testLogWriter

client_server_test.go:562–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562type testLogWriter struct {
563 t *testing.T
564}
565
566func (w testLogWriter) Write(p []byte) (int, error) {
567 w.t.Logf("%s", p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected