Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
coderd/notifications/reports/generator.go:94–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(i *reportGenerator) Close() error {
95
i.cancel()
96
<-i.closed
97
return
nil
98
}
99
100
const
(
101
failedWorkspaceBuildsReportFrequency = 7 * 24 * time.Hour
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected