Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
func
internalServerError(err error) *apiError {
39
return
&apiError{http.StatusInternalServerError, serverapi.ErrorInternal, fmt.Sprintf(
"internal server error: %v"
, err)}
40
}
Callers
15
handleFlush
Function · 0.85
handleRepoCreate
Function · 0.85
handleRepoExists
Function · 0.85
handleRepoSetDescription
Function · 0.85
handleRepoDisconnect
Function · 0.85
repoErrorToAPIError
Function · 0.85
handleRestore
Function · 0.85
repositoryNotWritableError
Function · 0.85
handleEstimate
Function · 0.85
handleNotificationProfileCreate
Function · 0.85
handleNotificationProfileGet
Function · 0.85
handleNotificationProfileDelete
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected