Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
coderd/autobuild/notify/notifier.go:91–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
func
(n *Notifier) Close() {
92
n.cancel()
93
<-n.pollDone
94
}
95
96
// pollOnce only returns an error so it matches the signature expected of TickerFunc
97
// nolint: revive // bare returns are fine here
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected