Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ createCollection
Function
createCollection
lib/command/run-multiple/collection.js:180–182 ·
view source on GitHub ↗
(runs)
Source
from the content-addressed store, hash-verified
178
}
179
180
const
createCollection = (runs) => {
181
return
new
Collection(runs);
182
};
183
184
function
guessBrowser(config) {
185
const
firstHelper = Object.keys(config.helpers)[0];
Callers
1
createRuns
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected