MCPcopy
hub / github.com/vercel/next.js / handleOutput

Function handleOutput

run-tests.js:593–599  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

591 }
592
593 const handleOutput = (type) => (chunk) => {
594 if (hideOutput) {
595 outputChunks.push({ type, chunk })
596 } else {
597 process.stdout.write(chunk)
598 }
599 }
600 const stdout = handleOutput('stdout')
601 stdout(
602 [

Callers 1

runTestOnceFunction · 0.70

Calls 2

pushMethod · 0.65
writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…