(s string)
| 44 | } |
| 45 | |
| 46 | func noop(s string) string { |
| 47 | return s |
| 48 | } |
| 49 | |
| 50 | func serveFile(name, contentType string, convert func(string) string) gin.HandlerFunc { |
| 51 | content, err := box.ReadFile("build/" + name) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…