Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ overrideConfig
Method
overrideConfig
lib/workers.js:484–488 ·
view source on GitHub ↗
* @param {Object} config
(config)
Source
from the content-addressed store, hash-verified
482
* @param {Object} config
483
*/
484
overrideConfig(config) {
485
for
(
const
worker of this.workers) {
486
worker.addConfig(config)
487
}
488
}
489
490
async
bootstrapAll() {
491
await
this._ensureInitialized()
Callers
1
run-workers.js
File · 0.80
Calls
1
addConfig
Method · 0.80
Tested by
no test coverage detected