MCPcopy
hub / github.com/triggerdotdev/trigger.dev / min

Method min

apps/coordinator/src/backoff.ts:76–81  ·  view source on GitHub ↗
(min?: number)

Source from the content-addressed store, hash-verified

74 }
75
76 min(min?: number) {
77 if (typeof min !== "undefined") {
78 this.#min = min;
79 }
80 return this.#clone();
81 }
82
83 max(max?: number) {
84 if (typeof max !== "undefined") {

Callers 15

calculateRetryAtFunction · 0.80
calculateNextRetryDelayFunction · 0.80
schemas.tsFile · 0.80
schedules.tsFile · 0.80
api.tsFile · 0.80
fetch.tsFile · 0.80
exponentialBackoffFunction · 0.80
exponentialBackoffFunction · 0.80
UsageBarFunction · 0.80
calculateRunsFunction · 0.80
FreePlanUsageFunction · 0.80
clampFunction · 0.80

Calls 1

#cloneMethod · 0.95

Tested by

no test coverage detected