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

Function selectPlanPath

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

Source from the content-addressed store, hash-verified

150}
151
152export function selectPlanPath(organization: OrgForPath) {
153 return `${organizationPath(organization)}/select-plan`;
154}
155
156export function organizationTeamPath(organization: OrgForPath) {
157 return `${organizationPath(organization)}/team`;

Callers

nothing calls this directly

Calls 1

organizationPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…