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

Method factor

apps/coordinator/src/backoff.ts:69–74  ·  view source on GitHub ↗
(factor?: number)

Source from the content-addressed store, hash-verified

67 }
68
69 factor(factor?: number) {
70 if (typeof factor !== "undefined") {
71 this.#factor = factor;
72 }
73 return this.#clone();
74 }
75
76 min(min?: number) {
77 if (typeof min !== "undefined") {

Callers

nothing calls this directly

Calls 1

#cloneMethod · 0.95

Tested by

no test coverage detected