Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Error
Method
Error
coderd/notifications/enqueuer.go:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(e InvalidDefaultNotificationMethodError) Error() string {
33
return
fmt.Sprintf(
"given default notification method %q is invalid"
, e.Method)
34
}
35
36
type
StoreEnqueuer
struct
{
37
store Store
Callers
1
EnqueueWithData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected