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

Method webpushConfigured

coderd/x/chatd/chatd.go:9842–9844  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9840}
9841
9842func (p *Server) webpushConfigured() bool {
9843 return p.webpushDispatcher != nil && p.webpushDispatcher.PublicKey() != ""
9844}
9845
9846func (p *Server) dispatchPush(
9847 ctx context.Context,

Calls 1

PublicKeyMethod · 0.65

Tested by

no test coverage detected