Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
27
function
lookup6(lookup, address, callback) {
28
return
lookup(address ||
'::1'
, 6, callback);
29
}
30
31
function
newHandle(
type
, lookup) {
32
if
(lookup === undefined) {
Callers
nothing calls this directly
Calls
1
lookup
Function · 0.50
Tested by
no test coverage detected