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

Function newFakeUpdateHandler

tailnet/controllers_test.go:1534–1540  ·  view source on GitHub ↗
(ctx context.Context, t testing.TB)

Source from the content-addressed store, hash-verified

1532}
1533
1534func newFakeUpdateHandler(ctx context.Context, t testing.TB) *fakeUpdateHandler {
1535 return &fakeUpdateHandler{
1536 ctx: ctx,
1537 t: t,
1538 ch: make(chan tailnet.WorkspaceUpdate),
1539 }
1540}
1541
1542type fakeUpdateHandler struct {
1543 ctx context.Context

Calls

no outgoing calls

Tested by

no test coverage detected