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

Function organizationTeamPath

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

Source from the content-addressed store, hash-verified

154}
155
156export function organizationTeamPath(organization: OrgForPath) {
157 return `${organizationPath(organization)}/team`;
158}
159
160export function inviteTeamMemberPath(organization: OrgForPath) {
161 return `${organizationPath(organization)}/invite`;

Callers 6

SideMenuFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90
actionFunction · 0.90
PageFunction · 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…