Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
#detectAutoYield
Method · 0.95
#forceYield
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected