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

Function step

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

Source from the content-addressed store, hash-verified

20
21/** A step that's starting. */
22export function step(message: string): void {
23 write(` → ${message}`);
24}
25
26/** A step that finished successfully. */
27export function done(message: string): void {

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