MCPcopy Create free account
hub / github.com/cloudconvert/cloudconvert-cli / getSecondaryUploadTaskName

Function getSecondaryUploadTaskName

src/job.ts:619–621  ·  view source on GitHub ↗
(parameterName: string, index: number)

Source from the content-addressed store, hash-verified

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

Callers 3

buildJobTemplateFunction · 0.85
createProcessTaskDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected