MCPcopy Index your code
hub / github.com/rilldata/rill / internalServerError

Function internalServerError

admin/server/auth/device_code.go:258–260  ·  view source on GitHub ↗
(w http.ResponseWriter, err error)

Source from the content-addressed store, hash-verified

256}
257
258func internalServerError(w http.ResponseWriter, err error) {
259 http.Error(w, err.Error(), http.StatusInternalServerError)
260}

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected