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

Function wsURL

api/stream/stream_test.go:602–604  ·  view source on GitHub ↗
(httpURL string)

Source from the content-addressed store, hash-verified

600}
601
602func wsURL(httpURL string) string {
603 return "ws" + strings.TrimPrefix(httpURL, "http")
604}
605
606func staticUserID() gin.HandlerFunc {
607 return func(context *gin.Context) {

Callers 10

TestWriteMessageFailsFunction · 0.85
TestWritePingFailsFunction · 0.85
TestPingFunction · 0.85
TestDeleteUserFunction · 0.85
TestMultipleClientsFunction · 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…