Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mattermost/mattermost
/ Wrap
Method
Wrap
server/channels/store/errors.go:116–119 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
114
}
115
116
func
(e *ErrNotFound) Wrap(err error) *ErrNotFound {
117
e.wrapped = err
118
return
e
119
}
120
121
func
(e *ErrNotFound) Error() string {
122
if
e.wrapped != nil {
Callers
15
TestErrNotFound
Function · 0.95
ManualTest
Function · 0.45
UpdateAssetsSubpathInDir
Function · 0.45
GetSubpathFromConfig
Function · 0.45
ValidateWebAuthRedirectUrl
Function · 0.45
LicenseFromBytes
Method · 0.45
preloadMigrations
Function · 0.45
SetupTestResources
Function · 0.45
Delete
Method · 0.45
Get
Method · 0.45
GetActionsForPolicies
Method · 0.45
GetActionsForPolicy
Method · 0.45
Calls
no outgoing calls
Tested by
6
TestErrNotFound
Function · 0.76
TestRetry
Function · 0.36
TestSetJobError
Function · 0.36
TestHandlerServeHTTPRequestPayloadLimit
Function · 0.36
testDoUploadFileRequest
Function · 0.36
TestListUserCmdF
Method · 0.36