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

Method lchmod

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

Source from the content-addressed store, hash-verified

1254 },
1255
1256 async lchmod(filePath, mode) {
1257 const providerPath = toProviderPath(filePath);
1258 provider.chmodSync(providerPath, mode);
1259 },
1260
1261 watch(filePath, options) {
1262 const providerPath = toProviderPath(filePath);

Callers 7

lchmodFunction · 0.80
createVfsHandlersFunction · 0.80
lchmodFunction · 0.80
test-fs-chmod.jsFile · 0.80
testFunction · 0.80
test-fs-lchmod.jsFile · 0.80
fs-write.jsFile · 0.80

Calls 1

chmodSyncMethod · 0.45

Tested by 1

testFunction · 0.64