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

Method exit

packages/cli/src/util/dev/server.ts:303–306  ·  view source on GitHub ↗
(code = 1)

Source from the content-addressed store, hash-verified

301 }
302
303 async exit(code = 1) {
304 await this.stop(code);
305 process.exit(code);
306 }
307
308 enqueueFsEvent(type: string, path: string): void {
309 this.watchAggregationEvents.push({ type, path });

Callers 15

getLocalEnvMethod · 0.95
_getVercelConfigMethod · 0.95
tryValidateOrExitMethod · 0.95
validateVercelConfigMethod · 0.95
_errorFunction · 0.45
server.mjsFile · 0.45
northstar.test.tsFile · 0.45
onBuildFunction · 0.45

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected