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

Function withURL

docs/swagger_test.go:28–30  ·  view source on GitHub ↗
(ctx *gin.Context, scheme, host string)

Source from the content-addressed store, hash-verified

26}
27
28func withURL(ctx *gin.Context, scheme, host string) {
29 ctx.Set("location", &url.URL{Scheme: scheme, Host: host})
30}

Callers 2

TestUIFunction · 0.70
TestServeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…