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

Function projectParam

apps/webapp/app/utils/pathBuilder.ts:303–305  ·  view source on GitHub ↗
(project: ProjectForPath)

Source from the content-addressed store, hash-verified

301}
302
303function projectParam(project: ProjectForPath) {
304 return project.slug;
305}
306
307//v3 project
308export function v3ProjectPath(organization: OrgForPath, project: ProjectForPath) {

Callers 2

projectPathFunction · 0.85
v3ProjectPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…