MCPcopy Index your code
hub / github.com/nodejs/node / mkdir

Method mkdir

lib/internal/vfs/file_system.js:1118–1121  ·  view source on GitHub ↗
(dirPath, options)

Source from the content-addressed store, hash-verified

1116 },
1117
1118 async mkdir(dirPath, options) {
1119 const providerPath = toProviderPath(dirPath);
1120 return provider.mkdir(providerPath, options);
1121 },
1122
1123 async rmdir(dirPath) {
1124 const providerPath = toProviderPath(dirPath);

Callers 1

mkdtempMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected