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

Function remove

lib/fs.js:3621–3623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3619 const fullPath = pathModule.resolve(process.cwd(), path);
3620
3621 const remove = () => {
3622 binding.rmSync(fullPath, 0 /* maxRetries */, true /* recursive */, 100 /* retryDelay */);
3623 };
3624 return {
3625 path,
3626 remove,

Callers 1

[SymbolDispose]Function · 0.70

Calls 1

rmSyncMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…