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

Function v3RunPath

apps/webapp/app/utils/pathBuilder.ts:374–376  ·  view source on GitHub ↗
(organization: OrgForPath, project: ProjectForPath, run: v3RunForPath)

Source from the content-addressed store, hash-verified

372}
373
374export function v3RunPath(organization: OrgForPath, project: ProjectForPath, run: v3RunForPath) {
375 return `${v3RunsPath(organization, project)}/${run.friendlyId}`;
376}
377
378export function v3RunSpanPath(
379 organization: OrgForPath,

Callers 5

loaderFunction · 0.90
SpanLinkElementFunction · 0.90
ShowParentLinkFunction · 0.90
v3RunSpanPathFunction · 0.85
v3RunStreamingPathFunction · 0.85

Calls 1

v3RunsPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…