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

Function personalAccessTokensPath

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

Source from the content-addressed store, hash-verified

113}
114
115export function personalAccessTokensPath() {
116 return `/account/tokens`;
117}
118
119export function invitesPath() {
120 return `/invites`;

Callers 3

AccountSideMenuFunction · 0.90
UserMenuFunction · 0.90
actionFunction · 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…