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

Method PublicKey

coderd/webpush/webpush.go:57–57  ·  view source on GitHub ↗

PublicKey returns the VAPID public key for the webpush dispatcher.

()

Source from the content-addressed store, hash-verified

55 Test(ctx context.Context, req codersdk.WebpushSubscription) error
56 // PublicKey returns the VAPID public key for the webpush dispatcher.
57 PublicKey() string
58}
59
60// SubscriptionCacheInvalidator is an optional interface that lets local

Callers 7

NewFunction · 0.65
TestGitSSHKeysFunction · 0.65
webpushConfiguredMethod · 0.65
TestGitSSHFunction · 0.65
TestSSHFunction · 0.65
licenses.goFile · 0.65
addAddressMethod · 0.65

Implementers 5

testWebpushDispatchercoderd/webpush_test.go
Webpushercoderd/webpush/webpush.go
NoopWebpushercoderd/webpush/webpush.go
recordingWebpushDispatchercoderd/x/chatd/turn_summary_internal_t
mockWebpushDispatchercoderd/x/chatd/chatd_test.go

Calls

no outgoing calls

Tested by 3

TestGitSSHKeysFunction · 0.52
TestGitSSHFunction · 0.52
TestSSHFunction · 0.52