Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ onResolve
Function
onResolve
test/fixtures/snapshot/dns-resolve.js:15–17 ·
view source on GitHub ↗
(addresses)
Source
from the content-addressed store, hash-verified
13
}
14
15
function
onResolve(addresses) {
16
console.log(`addresses: ${JSON.stringify(addresses)}`);
17
}
18
19
function
onReverse(hostnames) {
20
console.log(`hostnames: ${JSON.stringify(hostnames)}`);
Callers
1
query
Function · 0.70
Calls
1
log
Method · 0.45
Tested by
no test coverage detected