MCPcopy Index your code
hub / github.com/cloudconvert/cloudconvert-cli / createArgv

Function createArgv

test/job.test.ts:572–580  ·  view source on GitHub ↗
(client: CloudConvertClient, files: string[])

Source from the content-addressed store, hash-verified

570}
571
572function createArgv(client: CloudConvertClient, files: string[]): CliArguments {
573 return {
574 apikey: 'key',
575 sandbox: false,
576 overwrite: false,
577 files,
578 cloudconvert: client
579 };
580}
581
582function createSpinner(): Spinner {
583 return {

Callers 1

job.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected