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

Function fakeUpdateProxyHealth

coderd/healthcheck/workspaceproxy_test.go:286–290  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

284}
285
286func fakeUpdateProxyHealth(err error) func(context.Context) error {
287 return func(context.Context) error {
288 return err
289 }
290}

Callers 2

TestWorkspaceProxiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected