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

Method AccessURL

coderd/healthcheck/healthcheck.go:133–137  ·  view source on GitHub ↗
(ctx context.Context, opts *AccessURLReportOptions)

Source from the content-addressed store, hash-verified

131}
132
133func (defaultChecker) AccessURL(ctx context.Context, opts *AccessURLReportOptions) healthsdk.AccessURLReport {
134 var report AccessURLReport
135 report.Run(ctx, opts)
136 return healthsdk.AccessURLReport(report)
137}
138
139func (defaultChecker) Websocket(ctx context.Context, opts *WebsocketReportOptions) healthsdk.WebsocketReport {
140 var report WebsocketReport

Callers

nothing calls this directly

Calls 2

RunMethod · 0.95
AccessURLReportStruct · 0.92

Tested by

no test coverage detected