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

Struct fakeUpdater

coderd/workspaceagentsrpc_internal_test.go:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471type fakeUpdater struct {
472 sync.Mutex
473 updates []uuid.UUID
474}
475
476func (f *fakeUpdater) publishWorkspaceUpdate(_ context.Context, _ uuid.UUID, event wspubsub.WorkspaceEvent) {
477 f.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected