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

Method unlink

lib/internal/vfs/file_system.js:1128–1131  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

1126 },
1127
1128 async unlink(filePath) {
1129 const providerPath = toProviderPath(filePath);
1130 return provider.unlink(providerPath);
1131 },
1132
1133 async rename(oldPath, newPath) {
1134 const oldProviderPath = toProviderPath(oldPath);

Callers 1

rmMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected