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

Method getPriority

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

Source from the content-addressed store, hash-verified

58147 return this.level;
58148 }
58149 getPriority() {
58150 return this.level;
58151 }
58152 enable() {
58153 let enabled = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
58154 this._storage.updateConfiguration({

Callers 1

sanddance-app.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected