(source: BackendInstallSource)
| 310 | } |
| 311 | |
| 312 | function formatSource(source: BackendInstallSource): string { |
| 313 | if (source.kind === 'path') return source.path; |
| 314 | if (source.kind === 'uploadedArtifact') return source.id; |
| 315 | return source.url; |
| 316 | } |
no outgoing calls
no test coverage detected