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

Function newOrganizationPath

apps/webapp/app/utils/pathBuilder.ts:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148export function newOrganizationPath() {
149 return `/orgs/new`;
150}
151
152export function selectPlanPath(organization: OrgForPath) {
153 return `${organizationPath(organization)}/select-plan`;

Callers 3

ProjectSelectorFunction · 0.90
loaderFunction · 0.90
loaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…