Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ base
Method
base
apps/coordinator/src/backoff.ts:62–67 ·
view source on GitHub ↗
(base?: number)
Source
from the content-addressed store, hash-verified
60
}
61
62
base(base?: number) {
63
if
(typeof base !==
"undefined"
) {
64
this.#base = base;
65
}
66
return
this.#clone();
67
}
68
69
factor(factor?: number) {
70
if
(typeof factor !==
"undefined"
) {
Callers
1
#checkpointAndPushWithBackoff
Method · 0.45
Calls
1
#clone
Method · 0.95
Tested by
no test coverage detected