MCPcopy Create free account
hub / github.com/gogs/gogs / internalServerError

Function internalServerError

internal/route/lfs/route.go:178–182  ·  view source on GitHub ↗
(w http.ResponseWriter)

Source from the content-addressed store, hash-verified

176}
177
178func internalServerError(w http.ResponseWriter) {
179 responseJSON(w, http.StatusInternalServerError, responseError{
180 Message: "Internal server error",
181 })
182}

Callers 7

Test_internalServerErrorFunction · 0.85
serveDownloadMethod · 0.85
serveUploadMethod · 0.85
serveVerifyMethod · 0.85
authenticateFunction · 0.85
authorizeFunction · 0.85
serveBatchFunction · 0.85

Calls 1

responseJSONFunction · 0.85

Tested by 1

Test_internalServerErrorFunction · 0.68