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

Function useEventRunStatuses

packages/react/src/statuses.ts:102–108  ·  view source on GitHub ↗
(
  eventId: string | undefined,
  options?: RunStatusesOptions
)

Source from the content-addressed store, hash-verified

100}
101
102export function useEventRunStatuses(
103 eventId: string | undefined,
104 options?: RunStatusesOptions
105): UseRunStatusesResult {
106 const event = useEventDetails(eventId);
107 return useRunStatuses(event.data?.runs[0]?.id, options);
108}

Callers 1

EventRunDataFunction · 0.90

Calls 2

useEventDetailsFunction · 0.90
useRunStatusesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…