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

Method getLevel

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

Source from the content-addressed store, hash-verified

58132 return this._storage.config.enabled;
58133 }
58134 getLevel() {
58135 return this._storage.config.level;
58136 }
58137 getTotal() {
58138 return Number(((0, _hiResTimestamp.getHiResTimestamp)() - this._startTs).toPrecision(10));
58139 }

Callers 2

levelMethod · 0.95
_shouldLogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected