Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ hasConcurrency
Method
hasConcurrency
lib/internal/test_runner/test.js:904–906 ·
view source on GitHub ↗
* @returns {boolean}
()
Source
from the content-addressed store, hash-verified
902
* @returns {boolean}
903
*/
904
hasConcurrency() {
905
return
this.concurrency > this.activeSubtests;
906
}
907
908
/**
909
* @param {any} deferred
Callers
2
processPendingSubtests
Method · 0.95
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected