Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9842
func
(p *Server) webpushConfigured() bool {
9843
return
p.webpushDispatcher != nil && p.webpushDispatcher.PublicKey() !=
""
9844
}
9845
9846
func
(p *Server) dispatchPush(
9847
ctx context.Context,
Callers
2
maybeFinalizeTurnStatusLabelAndPush
Method · 0.95
dispatchSuccessfulTurnPush
Method · 0.95
Calls
1
PublicKey
Method · 0.65
Tested by
no test coverage detected