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

Function accountPath

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

Source from the content-addressed store, hash-verified

109}
110
111export function accountPath() {
112 return `/account`;
113}
114
115export function personalAccessTokensPath() {
116 return `/account/tokens`;

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…