MCPcopy Index your code
hub / github.com/gotify/server / testClient

Function testClient

api/stream/stream_test.go:525–529  ·  view source on GitHub ↗
(t *testing.T, url string)

Source from the content-addressed store, hash-verified

523}
524
525func testClient(t *testing.T, url string) *testingClient {
526 client := createClient(t, url)
527 startReading(client)
528 return client
529}
530
531func startReading(client *testingClient) {
532 go func() {

Callers 8

TestWriteMessageFailsFunction · 0.85
TestWritePingFailsFunction · 0.85
TestDeleteUserFunction · 0.85
TestMultipleClientsFunction · 0.85

Calls 2

startReadingFunction · 0.85
createClientFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…