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

Method beforeInstall

test/lib/next-modes/base.ts:210–218  ·  view source on GitHub ↗
(parentSpan: Span)

Source from the content-addressed store, hash-verified

208 }
209
210 protected async beforeInstall(parentSpan: Span) {
211 await parentSpan.traceChild('writeInitialFiles').traceAsyncFn(async () => {
212 await this.writeInitialFiles()
213 })
214
215 await parentSpan.traceChild('writeOverrideFiles').traceAsyncFn(async () => {
216 await this.writeOverrideFiles()
217 })
218 }
219
220 protected async createTestDir({
221 skipInstall = false,

Callers 1

createTestDirMethod · 0.95

Calls 4

writeInitialFilesMethod · 0.95
writeOverrideFilesMethod · 0.95
traceAsyncFnMethod · 0.45
traceChildMethod · 0.45

Tested by

no test coverage detected