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

Method getDelta

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

Source from the content-addressed store, hash-verified

58138 return Number(((0, _hiResTimestamp.getHiResTimestamp)() - this._startTs).toPrecision(10));
58139 }
58140 getDelta() {
58141 return Number(((0, _hiResTimestamp.getHiResTimestamp)() - this._deltaTs).toPrecision(10));
58142 }
58143 set priority(newPriority) {
58144 this.level = newPriority;
58145 }

Callers 1

_getLogFunctionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected