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

Method call

packages/cli/src/utils/throttle.ts:12–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 call() {
13 if (this.throttleTimeout) {
14 clearTimeout(this.throttleTimeout);
15 }
16 this.throttleTimeout = setTimeout(this.fn, this.delay);
17 }
18}

Callers 2

devCommandFunction · 0.95
hasOwnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected