Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ displayCounts
Function
displayCounts
test/pummel/test-tls-throttle.js:74–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
73
74
function
displayCounts() {
75
console.log(`body.length: ${body.length}`);
76
console.log(` recvCount: ${recvCount}`);
77
}
78
79
80
const
timeout = setTimeout(displayCounts, 10 * 1000);
Callers
1
test-tls-throttle.js
File · 0.85
Calls
1
log
Method · 0.45
Tested by
no test coverage detected