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

Method setup

test/lib/next-modes/next-start.ts:43–46  ·  view source on GitHub ↗
(parentSpan: Span)

Source from the content-addressed store, hash-verified

41 }
42
43 public async setup(parentSpan: Span) {
44 super.setup(parentSpan)
45 await super.createTestDir({ parentSpan })
46 }
47
48 private handleStdio = (childProcess) => {
49 childProcess.stdout.on('data', (chunk) => {

Callers

nothing calls this directly

Calls 1

createTestDirMethod · 0.80

Tested by

no test coverage detected