Function
v3RunStreamingPath
(
organization: OrgForPath,
project: ProjectForPath,
run: v3RunForPath
)
Source from the content-addressed store, hash-verified
| 394 | } |
| 395 | |
| 396 | export function v3RunStreamingPath( |
| 397 | organization: OrgForPath, |
| 398 | project: ProjectForPath, |
| 399 | run: v3RunForPath |
| 400 | ) { |
| 401 | return `${v3RunPath(organization, project, run)}/stream`; |
| 402 | } |
| 403 | |
| 404 | export function v3SchedulesPath(organization: OrgForPath, project: ProjectForPath) { |
| 405 | return `${v3ProjectPath(organization, project)}/schedules`; |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…