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

Method chmod

lib/internal/vfs/file_system.js:1225–1228  ·  view source on GitHub ↗
(filePath, mode)

Source from the content-addressed store, hash-verified

1223 },
1224
1225 async chmod(filePath, mode) {
1226 const providerPath = toProviderPath(filePath);
1227 provider.chmodSync(providerPath, mode);
1228 },
1229
1230 async chown(filePath, uid, gid) {
1231 const providerPath = toProviderPath(filePath);

Callers 1

createVfsHandlersFunction · 0.45

Calls 1

chmodSyncMethod · 0.45

Tested by

no test coverage detected