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

Function info

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

Source from the content-addressed store, hash-verified

15
16/** Top-level milestone, prefixed with the Vercel mark. */
17export function info(message: string): void {
18 write(`▲ container ${message}`);
19}
20
21/** A step that's starting. */
22export function step(message: string): void {

Callers 11

buildAndPushImageFunction · 0.90
resolveImageHandlerFunction · 0.90
prepareCacheFunction · 0.90
logLayerCacheSummaryFunction · 0.90
logDiagnosticsFunction · 0.90
buildFunction · 0.90
verifyStorageFunction · 0.90
reportStorageFunction · 0.90
pushFunction · 0.90
logDiagnosticsFunction · 0.90
pushFunction · 0.90

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected