| 2444 | } |
| 2445 | |
| 2446 | type fakeCoderConnectDialer struct{} |
| 2447 | |
| 2448 | func (*fakeCoderConnectDialer) DialContext(ctx context.Context, network, addr string) (net.Conn, error) { |
| 2449 | return nil, xerrors.Errorf("dial coder connect host %q over %s", addr, network) |
nothing calls this directly
no outgoing calls
no test coverage detected