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

Function newFakeUpdatesController

tailnet/controllers_test.go:2321–2327  ·  view source on GitHub ↗
(ctx context.Context, t *testing.T)

Source from the content-addressed store, hash-verified

2319}
2320
2321func newFakeUpdatesController(ctx context.Context, t *testing.T) *fakeWorkspaceUpdatesController {
2322 return &fakeWorkspaceUpdatesController{
2323 ctx: ctx,
2324 t: t,
2325 calls: make(chan *newWorkspaceUpdatesCall),
2326 }
2327}
2328
2329type fakeCloserWaiter struct {
2330 closeCalls chan chan error

Calls

no outgoing calls

Tested by

no test coverage detected