Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Error
Method
Error
coderd/notifications/notifier.go:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(e decorateHelpersError) Error() string {
34
return
fmt.Sprintf(
"failed to decorate helpers: %s"
, e.inner.Error())
35
}
36
37
func
(e decorateHelpersError) Unwrap() error {
38
return
e.inner
Callers
15
TestNotifier_FetchHelpers
Function · 0.45
TestNotifier_FetchAppName
Function · 0.45
TestNotifier_FetchLogoURL
Function · 0.45
TestDisabledByDefaultBeforeEnqueue
Function · 0.45
TestDisabledBeforeEnqueue
Function · 0.45
TestNotificationDuplicates
Function · 0.45
run
Method · 0.45
process
Method · 0.45
deliver
Method · 0.45
Run
Method · 0.45
loop
Method · 0.45
syncUpdates
Method · 0.45
Calls
no outgoing calls
Tested by
7
TestNotifier_FetchHelpers
Function · 0.36
TestNotifier_FetchAppName
Function · 0.36
TestNotifier_FetchLogoURL
Function · 0.36
TestDisabledByDefaultBeforeEnqueue
Function · 0.36
TestDisabledBeforeEnqueue
Function · 0.36
TestNotificationDuplicates
Function · 0.36
TestValidateFromAddr
Function · 0.36