MCPcopy Index your code
hub / github.com/nodejs/node / afterDns

Function afterDns

lib/dgram.js:564–570  ·  view source on GitHub ↗
(ex, ip)

Source from the content-addressed store, hash-verified

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}

Callers 1

dgram.jsFile · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…