Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
transform
Method · 0.95
createPages
Method · 0.95
createNextConfig
Method · 0.95
Calls
1
log
Method · 0.45
Tested by
no test coverage detected