MCPcopy 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
94func (i *reportGenerator) Close() error {
95 i.cancel()
96 <-i.closed
97 return nil
98}
99
100const (
101 failedWorkspaceBuildsReportFrequency = 7 * 24 * time.Hour

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected