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

Method Update

coderd/healthcheck/workspaceproxy.go:24–24  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

22type WorkspaceProxiesFetchUpdater interface {
23 Fetch(context.Context) (codersdk.RegionsResponse[codersdk.WorkspaceProxy], error)
24 Update(context.Context) error
25}
26
27// AGPLWorkspaceProxiesFetchUpdater implements WorkspaceProxiesFetchUpdater

Callers 6

benchmarkRunnerFunction · 0.65
RunMethod · 0.65
TestUpdateFunction · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65

Implementers 3

fakeWorkspaceProxyFetchUpdatercoderd/healthcheck/workspaceproxy_test
AGPLWorkspaceProxiesFetchUpdatercoderd/healthcheck/workspaceproxy.go
workspaceProxiesFetchUpdaterenterprise/coderd/workspaceproxy.go

Calls

no outgoing calls

Tested by 3

benchmarkRunnerFunction · 0.52
TestUpdateFunction · 0.52