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

Method Database

coderd/healthcheck/healthcheck.go:145–149  ·  view source on GitHub ↗
(ctx context.Context, opts *DatabaseReportOptions)

Source from the content-addressed store, hash-verified

143}
144
145func (defaultChecker) Database(ctx context.Context, opts *DatabaseReportOptions) healthsdk.DatabaseReport {
146 var report DatabaseReport
147 report.Run(ctx, opts)
148 return healthsdk.DatabaseReport(report)
149}
150
151func (defaultChecker) WorkspaceProxy(ctx context.Context, opts *WorkspaceProxyReportOptions) healthsdk.WorkspaceProxyReport {
152 var report WorkspaceProxyReport

Callers

nothing calls this directly

Calls 2

RunMethod · 0.95
DatabaseReportStruct · 0.92

Tested by

no test coverage detected