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

Method updateConfiguration

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

Source from the content-addressed store, hash-verified

58424 return this.updateConfiguration(configuration);
58425 }
58426 updateConfiguration(configuration) {
58427 Object.assign(this.config, configuration);
58428 if (this.storage) {
58429 const serialized = JSON.stringify(this.config);
58430 this.storage.setItem(this.id, serialized);
58431 }
58432 return this;
58433 }
58434 _loadConfiguration() {
58435 let configuration = {};
58436 if (this.storage) {

Callers 4

setConfigurationMethod · 0.95
enableMethod · 0.45
setLevelMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected