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

Function useEventRunDetails

packages/react/src/events.ts:44–50  ·  view source on GitHub ↗
(
  eventId: string | undefined,
  options?: RunDetailOptions
)

Source from the content-addressed store, hash-verified

42}
43
44export function useEventRunDetails(
45 eventId: string | undefined,
46 options?: RunDetailOptions
47): UseRunDetailsResult {
48 const event = useEventDetails(eventId);
49 return useRunDetails(event.data?.runs[0]?.id, options);
50}

Callers 1

ReactHooksFunction · 0.90

Calls 2

useRunDetailsFunction · 0.90
useEventDetailsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…