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

Function useJobChanged

apps/webapp/app/hooks/useJob.tsx:32–34  ·  view source on GitHub ↗
(action: (org: MatchedJob | undefined) => void)

Source from the content-addressed store, hash-verified

30}
31
32export const useJobChanged = (action: (org: MatchedJob | undefined) => void) => {
33 useChanged(useOptionalJob, action);
34};

Callers 1

usePostHogFunction · 0.90

Calls 1

useChangedFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…