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

Function applyPluginOverrides

bin/mcp-server.js:123–128  ·  view source on GitHub ↗
(config, plugins)

Source from the content-addressed store, hash-verified

121}
122
123function applyPluginOverrides(config, plugins) {
124 config.plugins = config.plugins || {}
125 for (const [name, opts] of Object.entries(plugins)) {
126 config.plugins[name] = { ...(config.plugins[name] || {}), ...opts, enabled: true }
127 }
128}
129
130function pluginsSignature(plugins) {
131 const keys = Object.keys(plugins).sort()

Callers 1

initCodeceptFunction · 0.85

Calls 1

entriesMethod · 0.80

Tested by

no test coverage detected