MCPcopy 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
1364function lazyLoadRimraf() {
1365 if (rimraf === undefined)
1366 ({ rimraf } = require('internal/fs/rimraf'));
1367}
1368
1369/**
1370 * Asynchronously removes a directory.

Callers 1

rmFunction · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…