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

Function plansPath

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

Source from the content-addressed store, hash-verified

182}
183
184export function plansPath(organization: OrgForPath) {
185 return `${organizationPath(organization)}/billing/plans`;
186}
187
188export function subscribedPath(organization: OrgForPath) {
189 return `${organizationPath(organization)}/subscribed`;

Callers 5

NavBarFunction · 0.90
loaderFunction · 0.90
PageFunction · 0.90
PageFunction · 0.90
loaderFunction · 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…