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

Method mkdir

packages/next/src/shared/lib/utils.ts:454–454  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

452 readFileSync: typeof fs.readFileSync
453 writeFile(f: string, d: any): Promise<void>
454 mkdir(dir: string): Promise<void | string>
455 stat(f: string): Promise<{ mtime: Date }>
456}
457

Callers 15

transformMethod · 0.80
installTemplateFunction · 0.80
copy_styled_jsx_assetsFunction · 0.80
copy_babel_runtimeFunction · 0.80
ncc_edge_runtime_cookiesFunction · 0.80
ncc_next_fontFunction · 0.80
ncc_jest_workerFunction · 0.80
ncc_react_refresh_utilsFunction · 0.80
zhFunction · 0.80

Calls

no outgoing calls

Tested by 2

runTestsFunction · 0.64
writeEntryFunction · 0.64