(ex, ip)
| 562 | this.once('connect', callback); |
| 563 | |
| 564 | const afterDns = (ex, ip) => { |
| 565 | defaultTriggerAsyncIdScope( |
| 566 | this[async_id_symbol], |
| 567 | doConnect, |
| 568 | ex, this, ip, address, port, callback, |
| 569 | ); |
| 570 | }; |
| 571 | |
| 572 | state.handle.lookup(address, afterDns); |
| 573 | } |
no test coverage detected
searching dependent graphs…