MCPcopy Create free account
hub / github.com/vercel/vercel / finishWithExitCode

Function finishWithExitCode

packages/cli/src/index.ts:512–515  ·  view source on GitHub ↗
(code: number)

Source from the content-addressed store, hash-verified

510 };
511
512 const finishWithExitCode = async (code: number) => {
513 await saveTelemetry();
514 return code;
515 };
516
517 if (typeof parsedArgs.flags['--api'] === 'string') {
518 apiUrl = parsedArgs.flags['--api'];

Callers 1

mainFunction · 0.85

Calls 1

saveTelemetryFunction · 0.85

Tested by

no test coverage detected