MCPcopy Index your code
hub / github.com/nodejs/node / [kInitializeHandle]

Method [kInitializeHandle]

lib/internal/dns/utils.js:90–93  ·  view source on GitHub ↗
(timeout, tries, maxTimeout)

Source from the content-addressed store, hash-verified

88 }
89
90 [kInitializeHandle](timeout, tries, maxTimeout) {
91 const { ChannelWrap } = lazyBinding();
92 this._handle = new ChannelWrap(timeout, tries, maxTimeout);
93 }
94
95 cancel() {
96 this._handle.cancel();

Callers

nothing calls this directly

Calls 1

lazyBindingFunction · 0.85

Tested by

no test coverage detected