(project: ProjectForPath)
| 301 | } |
| 302 | |
| 303 | function projectParam(project: ProjectForPath) { |
| 304 | return project.slug; |
| 305 | } |
| 306 | |
| 307 | //v3 project |
| 308 | export function v3ProjectPath(organization: OrgForPath, project: ProjectForPath) { |
no outgoing calls
no test coverage detected
searching dependent graphs…