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

Function r

packages/cli/src/commands/dev.ts:172–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 const abortController = new AbortController();
171
172 const r = () => {
173 refresh({
174 endpointId,
175 spinner: connectingSpinner,
176 path: resolvedPath,
177 endpointHandlerUrl,
178 resolvedOptions,
179 hasConnected,
180 abortController,
181 });
182 };
183
184 const throttle = new Throttle(r, throttleTimeMs);
185

Callers

nothing calls this directly

Calls 1

refreshFunction · 0.85

Tested by

no test coverage detected