MCPcopy Index your code
hub / github.com/microsoft/SandDance / setConfiguration

Method setConfiguration

docs/app/js/sanddance-app.js:58422–58425  ·  view source on GitHub ↗
(configuration)

Source from the content-addressed store, hash-verified

58420 return this.config;
58421 }
58422 setConfiguration(configuration) {
58423 this.config = {};
58424 return this.updateConfiguration(configuration);
58425 }
58426 updateConfiguration(configuration) {
58427 Object.assign(this.config, configuration);
58428 if (this.storage) {

Callers

nothing calls this directly

Calls 1

updateConfigurationMethod · 0.95

Tested by

no test coverage detected