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

Function withURL

api/client_test.go:231–233  ·  view source on GitHub ↗
(ctx *gin.Context, scheme, host string)

Source from the content-addressed store, hash-verified

229}
230
231func withURL(ctx *gin.Context, scheme, host string) {
232 ctx.Set("location", &url.URL{Scheme: scheme, Host: host})
233}

Callers 4

BeforeTestMethod · 0.70
BeforeTestMethod · 0.70
BeforeTestMethod · 0.70
BeforeTestMethod · 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…