MCPcopy Create free account
hub / github.com/microsoft/SandDance / getConfiguration

Method getConfiguration

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

Source from the content-addressed store, hash-verified

58417 this._loadConfiguration();
58418 }
58419 getConfiguration() {
58420 return this.config;
58421 }
58422 setConfiguration(configuration) {
58423 this.config = {};
58424 return this.updateConfiguration(configuration);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected