| 327 | var _ coderd.UpdatesQuerier = (*mockWorkspaceStore)(nil) |
| 328 | |
| 329 | type mockPubsub struct { |
| 330 | cbs map[string]pubsub.ListenerWithErr |
| 331 | } |
| 332 | |
| 333 | // Close implements pubsub.Pubsub. |
| 334 | func (*mockPubsub) Close() error { |
nothing calls this directly
no outgoing calls
no test coverage detected