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

Method start

packages/cli/src/util/dev/server.ts:990–998  ·  view source on GitHub ↗
(...listenSpec: ListenSpec)

Source from the content-addressed store, hash-verified

988 }
989
990 start(...listenSpec: ListenSpec): Promise<void> {
991 if (!this.startPromise) {
992 this.startPromise = this._start(...listenSpec).catch(err => {
993 this.stop();
994 throw err;
995 });
996 }
997 return this.startPromise;
998 }
999
1000 /**
1001 * Launches the `vercel dev` server.

Callers 5

devFunction · 0.95
waitFunction · 0.45
client.jsFile · 0.45
initFunction · 0.45
client.jsFile · 0.45

Calls 2

_startMethod · 0.95
stopMethod · 0.95

Tested by

no test coverage detected