MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / #getTimeElapsed

Method #getTimeElapsed

packages/trigger-sdk/src/io.ts:1526–1528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1524 }
1525
1526 #getTimeElapsed() {
1527 return performance.now() - this._timeOrigin;
1528 }
1529
1530 #getRemainingTimeInMillis() {
1531 if (this._executionTimeout) {

Callers 2

#detectAutoYieldMethod · 0.95
#forceYieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected