MCPcopy 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
152function createTestFileList(patterns, cwd) {

Callers 9

RunSingleMethod · 0.80
setdefaultMethod · 0.80
clearMethod · 0.80
__getitem__Method · 0.80
__setitem__Method · 0.80
__delitem__Method · 0.80
runTestFileFunction · 0.80

Calls

no outgoing calls

Tested by 1

RunSingleMethod · 0.64