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

Function v3TestPath

apps/webapp/app/utils/pathBuilder.ts:343–351  ·  view source on GitHub ↗
(
  organization: OrgForPath,
  project: ProjectForPath,
  environmentSlug?: string
)

Source from the content-addressed store, hash-verified

341}
342
343export function v3TestPath(
344 organization: OrgForPath,
345 project: ProjectForPath,
346 environmentSlug?: string
347) {
348 return `${v3ProjectPath(organization, project)}/test${
349 environmentSlug ? `?environment=${environmentSlug}` : ""
350 }`;
351}
352
353export function v3TestTaskPath(
354 organization: OrgForPath,

Callers 5

BlankStateFunction · 0.90
V3ProjectSideMenuFunction · 0.90
RunTaskInstructionsFunction · 0.90
PageFunction · 0.90
v3TestTaskPathFunction · 0.85

Calls 1

v3ProjectPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…