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

Function mkdir

test/parallel/test-trace-events-fs-async.js:157–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155}
156
157function mkdir() {
158 const fs = require('fs');
159 fs.mkdir('fstemp0', () => {
160 fs.rmdir('fstemp0', () => {});
161 });
162}
163
164function mktmp() {
165 fs.mkdtemp('fstemp1', (err, fp) => {

Callers 1

doTestFunction · 0.70

Calls 3

requireFunction · 0.50
mkdirMethod · 0.45
rmdirMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…