MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / populateGroups

Function populateGroups

lib/workers.js:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50const populateGroups = numberOfWorkers => {
51 const groups = []
52 for (let i = 0; i < numberOfWorkers; i++) {
53 groups[i] = []
54 }
55
56 return groups
57}
58
59const createWorker = (workerObject, isPoolMode = false) => {
60 const worker = new Worker(pathToWorker, {

Callers 3

createGroupsOfTestsMethod · 0.85
createTestPoolMethod · 0.85
createGroupsOfSuitesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected