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

Method chmod

lib/internal/fs/promises.js:216–218  ·  view source on GitHub ↗
(mode)

Source from the content-addressed store, hash-verified

214 }
215
216 chmod(mode) {
217 return fsCall(fchmod, this, mode);
218 }
219
220 chown(uid, gid) {
221 return fsCall(fchown, this, uid, gid);

Callers 15

configure.pyFile · 0.45
OnRmErrorFunction · 0.45
_on_errorMethod · 0.45
ExecRecursiveMirrorMethod · 0.45
closeMethod · 0.45
CopyToolFunction · 0.45
WriteMethod · 0.45
chmodFunction · 0.45
chmodSyncFunction · 0.45
chmodFunction · 0.45
chmodFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by 2

testFunction · 0.36
create_wrapperFunction · 0.36