Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
213
function
rmdir() {
214
const
fs = require(
'fs'
);
215
fs.mkdirSync(
'fstemp2'
);
216
fs.rmdir(
'fstemp2'
, () => {});
217
}
218
219
function
stat() {
220
const
fs = require(
'fs'
);
Callers
2
test-fs-rmdir-recursive-error.js
File · 0.70
doTest
Function · 0.70
Calls
3
require
Function · 0.50
mkdirSync
Method · 0.45
rmdir
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…