MCPcopy Index your code
hub / github.com/kopia/kopia / internalServerError

Function internalServerError

internal/server/api_error.go:38–40  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

36}
37
38func internalServerError(err error) *apiError {
39 return &apiError{http.StatusInternalServerError, serverapi.ErrorInternal, fmt.Sprintf("internal server error: %v", err)}
40}

Callers 15

handleFlushFunction · 0.85
handleRepoCreateFunction · 0.85
handleRepoExistsFunction · 0.85
handleRepoSetDescriptionFunction · 0.85
handleRepoDisconnectFunction · 0.85
repoErrorToAPIErrorFunction · 0.85
handleRestoreFunction · 0.85
handleEstimateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected