Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ lazyLoadRimraf
Function
lazyLoadRimraf
lib/fs.js:1364–1367 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1362
}
1363
1364
function
lazyLoadRimraf() {
1365
if
(rimraf === undefined)
1366
({ rimraf } = require(
'internal/fs/rimraf'
));
1367
}
1368
1369
/**
1370
* Asynchronously removes a directory.
Callers
1
rm
Function · 0.85
Calls
1
require
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…