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

Function organizationPath

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

Source from the content-addressed store, hash-verified

142
143// Org
144export function organizationPath(organization: OrgForPath) {
145 return `/orgs/${organizationParam(organization)}`;
146}
147
148export function newOrganizationPath() {
149 return `/orgs/new`;

Callers 15

SideMenuFunction · 0.90
actionFunction · 0.90
RequestV3AccessFunction · 0.90
ErrorBoundaryFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90
NewOrganizationPageFunction · 0.90
callMethod · 0.90
callMethod · 0.90
selectPlanPathFunction · 0.85
organizationTeamPathFunction · 0.85

Calls 1

organizationParamFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…