(parameterName: string, index: number)
| 617 | } |
| 618 | |
| 619 | function getSecondaryUploadTaskName(parameterName: string, index: number): string { |
| 620 | return `upload-${parameterName}-${index}`; |
| 621 | } |
| 622 | |
| 623 | function resolveUploadFilePath(file: string): string { |
| 624 | if (file === '~') { |
no outgoing calls
no test coverage detected