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

Function done

test/parallel/test-https-simple.js:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 let tests = 0;
60
61 function done() {
62 if (--tests === 0)
63 server.close();
64 }
65
66 // Do a request ignoring the unauthorized server certs
67 const port = server.address().port;

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…