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

Function v3ApiKeysPath

apps/webapp/app/utils/pathBuilder.ts:316–318  ·  view source on GitHub ↗
(organization: OrgForPath, project: ProjectForPath)

Source from the content-addressed store, hash-verified

314}
315
316export function v3ApiKeysPath(organization: OrgForPath, project: ProjectForPath) {
317 return `${v3ProjectPath(organization, project)}/apikeys`;
318}
319
320export function v3EnvironmentVariablesPath(organization: OrgForPath, project: ProjectForPath) {
321 return `${v3ProjectPath(organization, project)}/environment-variables`;

Callers 2

V3ProjectSideMenuFunction · 0.90
actionFunction · 0.90

Calls 1

v3ProjectPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…