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

Method append

lib/config.js:197–199  ·  view source on GitHub ↗

* Appends values to current config * * @param {Object } additionalConfig * @return {Object }

(additionalConfig)

Source from the content-addressed store, hash-verified

195 * @return {Object<string, *>}
196 */
197 static append(additionalConfig) {
198 return (config = deepMerge(config, additionalConfig))
199 }
200
201 /**
202 * Resets config to default

Callers 15

docsPluginsFunction · 0.45
docsHelpersFunction · 0.45
actor.jsFile · 0.45
expose.jsFile · 0.45
auth.jsFile · 0.45
run.jsFile · 0.45
dryRun.jsFile · 0.45
run-rerun.jsFile · 0.45
messageHandlerFunction · 0.45
listenToParentThreadFunction · 0.45
config_test.jsFile · 0.45
container_test.jsFile · 0.45

Calls 1

deepMergeFunction · 0.90

Tested by

no test coverage detected