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

Function stop

packages/cli/src/util/output/wait.ts:28–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }, delay);
27
28 const stop = () => {
29 clearTimeout(timeout);
30 if (spinner) {
31 spinner.stop();
32 spinner = null;
33 process.stderr.write(eraseLines(1));
34 }
35 };
36
37 stop.text = text;
38

Callers 1

mainFunction · 0.50

Calls 3

eraseLinesFunction · 0.85
stopMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected