MCPcopy Index your code
hub / github.com/coder/coder / Is

Method Is

coderd/notifications/notifier.go:41–44  ·  view source on GitHub ↗
(other error)

Source from the content-addressed store, hash-verified

39}
40
41func (decorateHelpersError) Is(other error) bool {
42 _, ok := other.(decorateHelpersError)
43 return ok
44}
45
46// notifier is a consumer of the notifications_messages queue. It dequeues messages from that table and processes them
47// through a pipeline of fetch -> prepare -> render -> acquire handler -> deliver.

Callers 15

getUserSecretMethod · 0.45
patchUserSecretMethod · 0.45
deleteUserSecretMethod · 0.45
externalAuthByIDMethod · 0.45
externalAuthCallbackMethod · 0.45
postFileMethod · 0.45
usersMethod · 0.45

Calls

no outgoing calls

Tested by 15

insertRunningFunction · 0.36
SetupOrganizationFunction · 0.36
SubtestWithDBMethod · 0.36
TestPubsub_DisconnectFunction · 0.36
acquireWithCancelMethod · 0.36
TestAgentScriptFunction · 0.36
serveTailnetHTTPFunction · 0.36
TestSSHFunction · 0.36
TestKeyringFunction · 0.36