MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / Error

Function Error

pkg/api/healthy.go:13–19  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

11}
12
13func Error(c *gin.Context) {
14 common.Logger.Debug("Debug")
15 common.Logger.Info("Info")
16 common.Logger.Warn("Warn")
17 common.Logger.Error("Error")
18 c.JSON(http.StatusOK, common.Error("Error"))
19}

Callers

nothing calls this directly

Calls 1

ErrorFunction · 0.92

Tested by

no test coverage detected