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

Function rmdir

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

Source from the content-addressed store, hash-verified

211}
212
213function rmdir() {
214 const fs = require('fs');
215 fs.mkdirSync('fstemp2');
216 fs.rmdir('fstemp2', () => {});
217}
218
219function stat() {
220 const fs = require('fs');

Callers 2

doTestFunction · 0.70

Calls 3

requireFunction · 0.50
mkdirSyncMethod · 0.45
rmdirMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…