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

Function v3RunSpanPath

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

Source from the content-addressed store, hash-verified

376}
377
378export function v3RunSpanPath(
379 organization: OrgForPath,
380 project: ProjectForPath,
381 run: v3RunForPath,
382 span: v3SpanForPath
383) {
384 return `${v3RunPath(organization, project, run)}?span=${span.spanId}`;
385}
386
387export function v3TraceSpanPath(
388 organization: OrgForPath,

Callers 8

TaskRunsTableFunction · 0.90
actionFunction · 0.90
loaderFunction · 0.90
loaderFunction · 0.90
SpanViewFunction · 0.90
RunActionButtonsFunction · 0.90
actionFunction · 0.90
ShowParentLinkFunction · 0.90

Calls 1

v3RunPathFunction · 0.85

Tested by 1

actionFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…