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

Function next

test/parallel/test-tls-client-renegotiation-limit.js:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49{
50 let n = 0;
51 function next() {
52 if (n >= LIMITS.length) return;
53 tls.CLIENT_RENEG_LIMIT = LIMITS[n++];
54 test(next);
55 }
56 next();
57}
58

Calls 1

testFunction · 0.70

Tested by

no test coverage detected