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

Method chmodSync

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

Source from the content-addressed store, hash-verified

497 }
498
499 chmodSync(filePath, mode) {
500 const providerPath = this.#toProviderPath(filePath);
501 this[kProvider].chmodSync(providerPath, mode);
502 }
503
504 chownSync(filePath, uid, gid) {
505 const providerPath = this.#toProviderPath(filePath);

Callers 15

chmodSyncFunction · 0.45
createVfsHandlersFunction · 0.45
chmodMethod · 0.45
lchmodMethod · 0.45
mainFunction · 0.45
test-fs-chmod.jsFile · 0.45
makeDirectoryReadOnlyFunction · 0.45

Calls 1

#toProviderPathMethod · 0.95

Tested by 1

testFunction · 0.36