Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ acquire
Method
acquire
lib/internal/test_runner/runner.js:146–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
acquire() {
147
const
id = (this.#nextId++ % this.#maxConcurrency) + 1;
148
return
id;
149
}
150
}
151
152
function
createTestFileList(patterns, cwd) {
Callers
9
RunSingle
Method · 0.80
setdefault
Method · 0.80
clear
Method · 0.80
__getitem__
Method · 0.80
__setitem__
Method · 0.80
__delitem__
Method · 0.80
LoadTargetBuildFileCallback
Method · 0.80
LoadTargetBuildFilesParallel
Function · 0.80
runTestFile
Function · 0.80
Calls
no outgoing calls
Tested by
1
RunSingle
Method · 0.64