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

Function staticUserID

api/stream/stream_test.go:606–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

604}
605
606func staticUserID() gin.HandlerFunc {
607 return func(context *gin.Context) {
608 auth.RegisterAuthentication(context, nil, 1, "customtoken")
609 }
610}
611
612func waitForConnectedClients(api *API, count int) {
613 for i := 0; i < 10; i++ {

Callers 6

TestWritePingFailsFunction · 0.85
TestPingFunction · 0.85

Calls 1

RegisterAuthenticationFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…