MCPcopy Create free account
hub / github.com/triggerdotdev/trigger.dev / v3ProjectAlertsPath

Function v3ProjectAlertsPath

apps/webapp/app/utils/pathBuilder.ts:328–330  ·  view source on GitHub ↗
(organization: OrgForPath, project: ProjectForPath)

Source from the content-addressed store, hash-verified

326}
327
328export function v3ProjectAlertsPath(organization: OrgForPath, project: ProjectForPath) {
329 return `${v3ProjectPath(organization, project)}/alerts`;
330}
331
332export function v3NewProjectAlertPath(organization: OrgForPath, project: ProjectForPath) {
333 return `${v3ProjectAlertsPath(organization, project)}/new`;

Callers 6

V3ProjectSideMenuFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90
PageFunction · 0.90
v3NewProjectAlertPathFunction · 0.85

Calls 1

v3ProjectPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…