MCPcopy 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
33func (e decorateHelpersError) Error() string {
34 return fmt.Sprintf("failed to decorate helpers: %s", e.inner.Error())
35}
36
37func (e decorateHelpersError) Unwrap() error {
38 return e.inner

Callers 15

runMethod · 0.45
processMethod · 0.45
deliverMethod · 0.45
RunMethod · 0.45
loopMethod · 0.45
syncUpdatesMethod · 0.45

Calls

no outgoing calls

Tested by 7

TestValidateFromAddrFunction · 0.36