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

Struct fakeCloserWaiter

tailnet/controllers_test.go:2329–2332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2327}
2328
2329type fakeCloserWaiter struct {
2330 closeCalls chan chan error
2331 errCh chan error
2332}
2333
2334func (f *fakeCloserWaiter) Close(ctx context.Context) error {
2335 errRes := make(chan error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected