MCPcopy Create free account
hub / github.com/coder/coder / ProvisionerDaemons

Method ProvisionerDaemons

coderd/healthcheck/healthcheck.go:157–161  ·  view source on GitHub ↗
(ctx context.Context, opts *ProvisionerDaemonsReportDeps)

Source from the content-addressed store, hash-verified

155}
156
157func (defaultChecker) ProvisionerDaemons(ctx context.Context, opts *ProvisionerDaemonsReportDeps) healthsdk.ProvisionerDaemonsReport {
158 var report ProvisionerDaemonsReport
159 report.Run(ctx, opts)
160 return healthsdk.ProvisionerDaemonsReport(report)
161}
162
163func Run(ctx context.Context, opts *ReportOptions) *healthsdk.HealthcheckReport {
164 var (

Callers

nothing calls this directly

Calls 2

RunMethod · 0.95

Tested by

no test coverage detected