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

Method getTotal

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

Source from the content-addressed store, hash-verified

58135 return this._storage.config.level;
58136 }
58137 getTotal() {
58138 return Number(((0, _hiResTimestamp.getHiResTimestamp)() - this._startTs).toPrecision(10));
58139 }
58140 getDelta() {
58141 return Number(((0, _hiResTimestamp.getHiResTimestamp)() - this._deltaTs).toPrecision(10));
58142 }

Callers 1

_getLogFunctionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected