Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ dec
Method
dec
test/common/countdown.js:16–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
dec() {
17
assert(this[kLimit] > 0,
'Countdown expired'
);
18
if
(--this[kLimit] === 0)
19
this[kCallback]();
20
return
this[kLimit];
21
}
22
23
get remaining() {
24
return
this[kLimit];
Callers
15
testServer
Function · 0.95
child
Function · 0.95
makeRequests
Function · 0.95
child
Function · 0.95
test-promise-unhandled-throw-handler.js
File · 0.80
ping
Function · 0.80
test
Function · 0.80
test-http2-no-more-streams.js
File · 0.80
test-http2-endafterheaders.js
File · 0.80
onend
Function · 0.80
test-http2-server-close-callback.js
File · 0.80
test-http-end-throw-socket-handling.js
File · 0.80
Calls
1
assert
Function · 0.50
Tested by
1
test
Function · 0.64