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

Method watchWorkspace

scaletest/taskstatus/run_internal_test.go:48–51  ·  view source on GitHub ↗
(ctx context.Context, workspaceID uuid.UUID)

Source from the content-addressed store, hash-verified

46}
47
48func (m *fakeClient) watchWorkspace(ctx context.Context, workspaceID uuid.UUID) (<-chan codersdk.Workspace, error) {
49 m.logger.Debug(ctx, "called fake WatchWorkspace", slog.F("workspace_id", workspaceID.String()))
50 return m.workspaceUpdatesCh, nil
51}
52
53const (
54 testAgentToken = "test-agent-token"

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected