(organization: OrgForPath)
| 190 | } |
| 191 | |
| 192 | function organizationParam(organization: OrgForPath) { |
| 193 | return organization.slug; |
| 194 | } |
| 195 | |
| 196 | // Project |
| 197 | export function projectPath(organization: OrgForPath, project: ProjectForPath) { |
no outgoing calls
no test coverage detected
searching dependent graphs…