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

Function replayRun

packages/trigger-sdk/src/v3/runs.ts:56–64  ·  view source on GitHub ↗
(runId: string)

Source from the content-addressed store, hash-verified

54}
55
56function replayRun(runId: string): ApiPromise<ReplayRunResponse> {
57 const apiClient = apiClientManager.client;
58
59 if (!apiClient) {
60 throw apiClientMissingError();
61 }
62
63 return apiClient.replayRun(runId);
64}
65
66function cancelRun(runId: string): ApiPromise<CanceledRunResponse> {
67 const apiClient = apiClientManager.client;

Callers

nothing calls this directly

Calls 2

apiClientMissingErrorFunction · 0.90
replayRunMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…