MCPcopy Create free account
hub / github.com/gotify/server / noop

Function noop

ui/serve.go:46–48  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

44}
45
46func noop(s string) string {
47 return s
48}
49
50func serveFile(name, contentType string, convert func(string) string) gin.HandlerFunc {
51 content, err := box.ReadFile("build/" + name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…