Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Test
Method
Test
coderd/webpush/webpush.go:473–475 ·
view source on GitHub ↗
(context.Context, codersdk.WebpushSubscription)
Source
from the content-addressed store, hash-verified
471
}
472
473
func
(n *NoopWebpusher) Test(context.Context, codersdk.WebpushSubscription) error {
474
return
xerrors.New(n.Msg)
475
}
476
477
func
(*NoopWebpusher) PublicKey() string {
478
return
""
Callers
1
TestNoopWebpusher
Function · 0.95
Calls
1
New
Method · 0.65
Tested by
1
TestNoopWebpusher
Function · 0.76