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

Function useProjectChanged

apps/webapp/app/hooks/useProject.tsx:26–28  ·  view source on GitHub ↗
(action: (org: MatchedProject | undefined) => void)

Source from the content-addressed store, hash-verified

24}
25
26export const useProjectChanged = (action: (org: MatchedProject | undefined) => void) => {
27 useChanged(useOptionalProject, action);
28};

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…