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

Function newFakeCloserWaiter

tailnet/controllers_test.go:2354–2359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2352}
2353
2354func newFakeCloserWaiter() *fakeCloserWaiter {
2355 return &fakeCloserWaiter{
2356 closeCalls: make(chan chan error),
2357 errCh: make(chan error, 1),
2358 }
2359}
2360
2361type scriptedDialer struct {
2362 attempts chan int

Callers 3

NewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected