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

Method rmdir

lib/internal/vfs/file_system.js:1123–1126  ·  view source on GitHub ↗
(dirPath)

Source from the content-addressed store, hash-verified

1121 },
1122
1123 async rmdir(dirPath) {
1124 const providerPath = toProviderPath(dirPath);
1125 return provider.rmdir(providerPath);
1126 },
1127
1128 async unlink(filePath) {
1129 const providerPath = toProviderPath(filePath);

Callers 1

rmMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected