MCPcopy Index your code
hub / github.com/coder/coder / WorkspaceProxy

Method WorkspaceProxy

coderd/healthcheck/healthcheck.go:151–155  ·  view source on GitHub ↗
(ctx context.Context, opts *WorkspaceProxyReportOptions)

Source from the content-addressed store, hash-verified

149}
150
151func (defaultChecker) WorkspaceProxy(ctx context.Context, opts *WorkspaceProxyReportOptions) healthsdk.WorkspaceProxyReport {
152 var report WorkspaceProxyReport
153 report.Run(ctx, opts)
154 return healthsdk.WorkspaceProxyReport(report)
155}
156
157func (defaultChecker) ProvisionerDaemons(ctx context.Context, opts *ProvisionerDaemonsReportDeps) healthsdk.ProvisionerDaemonsReport {
158 var report ProvisionerDaemonsReport

Callers

nothing calls this directly

Calls 2

RunMethod · 0.95
WorkspaceProxyReportStruct · 0.92

Tested by

no test coverage detected