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

Struct fakeUpdateHandler

tailnet/controllers_test.go:1542–1546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1540}
1541
1542type fakeUpdateHandler struct {
1543 ctx context.Context
1544 t testing.TB
1545 ch chan tailnet.WorkspaceUpdate
1546}
1547
1548func (f *fakeUpdateHandler) Update(wu tailnet.WorkspaceUpdate) error {
1549 f.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected