| 469 | } |
| 470 | |
| 471 | type fakeUpdater struct { |
| 472 | sync.Mutex |
| 473 | updates []uuid.UUID |
| 474 | } |
| 475 | |
| 476 | func (f *fakeUpdater) publishWorkspaceUpdate(_ context.Context, _ uuid.UUID, event wspubsub.WorkspaceEvent) { |
| 477 | f.Lock() |
nothing calls this directly
no outgoing calls
no test coverage detected