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

Method logCreate

packages/next-codemod/transforms/cra-to-next.ts:162–166  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

160 }
161
162 private logCreate(...args: any[]) {
163 if (this.shouldLogInfo) {
164 console.log('Created:', ...args)
165 }
166 }
167
168 private logModify(...args: any[]) {
169 if (this.shouldLogInfo) {

Callers 3

transformMethod · 0.95
createPagesMethod · 0.95
createNextConfigMethod · 0.95

Calls 1

logMethod · 0.45

Tested by

no test coverage detected