MCPcopy 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
473func (n *NoopWebpusher) Test(context.Context, codersdk.WebpushSubscription) error {
474 return xerrors.New(n.Msg)
475}
476
477func (*NoopWebpusher) PublicKey() string {
478 return ""

Callers 1

TestNoopWebpusherFunction · 0.95

Calls 1

NewMethod · 0.65

Tested by 1

TestNoopWebpusherFunction · 0.76