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

Function write

packages/container/src/util.ts:12–14  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

10export const DEBUG = Boolean(getPlatformEnv('BUILDER_DEBUG'));
11
12export function write(line: string): void {
13 process.stderr.write(`${line}\n`);
14}
15
16/** Top-level milestone, prefixed with the Vercel mark. */
17export function info(message: string): void {

Callers 4

infoFunction · 0.70
stepFunction · 0.70
doneFunction · 0.70
debugFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected