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

Function checkWrap

test/internet/test-dns-ipv6.js:38–40  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

36}
37
38function checkWrap(req) {
39 assert.ok(typeof req === 'object');
40}
41
42test(async function test_resolve6(done) {
43 function validateResult(res) {

Callers 1

test-dns-ipv6.jsFile · 0.70

Calls 1

okMethod · 0.45

Tested by

no test coverage detected