| 670 | } |
| 671 | |
| 672 | type checkPoolUpdatedDialer struct { |
| 673 | conn net.Conn |
| 674 | first, final bool |
| 675 | ra int |
| 676 | } |
| 677 | |
| 678 | func (d *checkPoolUpdatedDialer) Dial(network, address string) (net.Conn, error) { |
| 679 | doReal := false |
nothing calls this directly
no outgoing calls
no test coverage detected