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

Function newProjectPath

apps/webapp/app/utils/pathBuilder.ts:299–301  ·  view source on GitHub ↗
(organization: OrgForPath)

Source from the content-addressed store, hash-verified

297}
298
299export function newProjectPath(organization: OrgForPath) {
300 return `${organizationPath(organization)}/projects/new`;
301}
302
303function projectParam(project: ProjectForPath) {
304 return project.slug;

Callers 8

SideMenuFunction · 0.90
ProjectSelectorFunction · 0.90
loaderFunction · 0.90
PageFunction · 0.90
loaderFunction · 0.90
callMethod · 0.90
#getProjectIdMethod · 0.90

Calls 1

organizationPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…