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

Function logoutPath

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

Source from the content-addressed store, hash-verified

133}
134
135export function logoutPath() {
136 return `/logout`;
137}
138
139export function revokeInvitePath() {
140 return `/invite-revoke`;

Callers 3

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