MCPcopy Index your code
hub / github.com/coder/websocket / assertSuccess

Function assertSuccess

internal/examples/chat/chat_test.go:177–182  ·  view source on GitHub ↗
(t *testing.T, err error)

Source from the content-addressed store, hash-verified

175}
176
177func assertSuccess(t *testing.T, err error) {
178 t.Helper()
179 if err != nil {
180 t.Fatal(err)
181 }
182}
183
184type client struct {
185 url string

Callers 1

Test_chatServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…