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

Function projectPath

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

Source from the content-addressed store, hash-verified

195
196// Project
197export function projectPath(organization: OrgForPath, project: ProjectForPath) {
198 return `/orgs/${organizationParam(organization)}/projects/${projectParam(project)}`;
199}
200
201export function projectRunsPath(organization: OrgForPath, project: ProjectForPath) {
202 return `${projectPath(organization, project)}/runs`;

Callers 15

ProjectSelectorFunction · 0.90
V2ProjectSideMenuFunction · 0.90
actionFunction · 0.90
PageFunction · 0.90
PageFunction · 0.90
loaderFunction · 0.90
PageFunction · 0.90
PageFunction · 0.90
actionFunction · 0.90
loaderFunction · 0.90
ErrorBoundaryFunction · 0.90
ChoosePlanPageFunction · 0.90

Calls 2

organizationParamFunction · 0.85
projectParamFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…