| 2280 | } |
| 2281 | |
| 2282 | type fakeWorkspaceUpdatesController struct { |
| 2283 | ctx context.Context |
| 2284 | t testing.TB |
| 2285 | calls chan *newWorkspaceUpdatesCall |
| 2286 | } |
| 2287 | |
| 2288 | func (*fakeWorkspaceUpdatesController) CurrentState() *proto.WorkspaceUpdate { |
| 2289 | panic("unimplemented") |
nothing calls this directly
no outgoing calls
no test coverage detected