MCPcopy Create free account
hub / github.com/nodejs/node / onReverse

Function onReverse

test/fixtures/snapshot/dns-resolve.js:19–21  ·  view source on GitHub ↗
(hostnames)

Source from the content-addressed store, hash-verified

17}
18
19function onReverse(hostnames) {
20 console.log(`hostnames: ${JSON.stringify(hostnames)}`);
21}
22
23function query() {
24 if (process.env.NODE_TEST_DNS) {

Callers 1

queryFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected