MCPcopy
hub / github.com/gotify/server / expectNoMessage

Function expectNoMessage

api/stream/stream_test.go:576–580  ·  view source on GitHub ↗
(clients ...*testingClient)

Source from the content-addressed store, hash-verified

574}
575
576func expectNoMessage(clients ...*testingClient) {
577 for _, client := range clients {
578 client.expectNoMessage()
579 }
580}
581
582func (c *testingClient) expectNoMessage() {
583 select {

Callers 4

TestPingFunction · 0.85
TestDeleteUserFunction · 0.85
TestMultipleClientsFunction · 0.85

Calls 1

expectNoMessageMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…