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

Function lookup6

lib/internal/dgram.js:27–29  ·  view source on GitHub ↗
(lookup, address, callback)

Source from the content-addressed store, hash-verified

25
26
27function lookup6(lookup, address, callback) {
28 return lookup(address || '::1', 6, callback);
29}
30
31function newHandle(type, lookup) {
32 if (lookup === undefined) {

Callers

nothing calls this directly

Calls 1

lookupFunction · 0.50

Tested by

no test coverage detected