Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ count
Method
count
lib/internal/test_runner/test.js:256–261 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
254
}
255
256
count() {
257
this.actual++;
258
if
(this.#planPromise) {
259
this.check();
260
}
261
}
262
263
#shouldWait() {
264
return
this.wait !== undefined && this.wait !== false;
Callers
3
assert
Method · 0.45
ok
Method · 0.45
test
Method · 0.45
Calls
1
check
Method · 0.95
Tested by
1
test
Method · 0.36