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

Struct fakeWorkspaceUpdatesController

tailnet/controllers_test.go:2282–2286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2280}
2281
2282type fakeWorkspaceUpdatesController struct {
2283 ctx context.Context
2284 t testing.TB
2285 calls chan *newWorkspaceUpdatesCall
2286}
2287
2288func (*fakeWorkspaceUpdatesController) CurrentState() *proto.WorkspaceUpdate {
2289 panic("unimplemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected