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

Method enable

docs/app/js/sanddance-app.js:58152–58158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58150 return this.level;
58151 }
58152 enable() {
58153 let enabled = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
58154 this._storage.updateConfiguration({
58155 enabled
58156 });
58157 return this;
58158 }
58159 setLevel(level) {
58160 this._storage.updateConfiguration({
58161 level

Callers 2

enableFunction · 0.45
sanddance-app.jsFile · 0.45

Calls 1

updateConfigurationMethod · 0.45

Tested by

no test coverage detected