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

Function done

packages/container/src/util.ts:27–29  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

25
26/** A step that finished successfully. */
27export function done(message: string): void {
28 write(` ✓ ${message}`);
29}
30
31export function debug(message: string): void {
32 if (DEBUG) {

Callers 5

buildAndPushImageFunction · 0.90
resolveOidcTokenForBuildFunction · 0.90
ensureRepositoryFunction · 0.90
startDockerDaemonFunction · 0.90
stopDockerDaemonFunction · 0.90

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected