Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.py
File · 0.45
_get_default_cache_dir
Method · 0.45
OnRmError
Function · 0.45
_on_error
Method · 0.45
ExecRecursiveMirror
Method · 0.45
close
Method · 0.45
CopyTool
Function · 0.45
Write
Method · 0.45
chmod
Function · 0.45
chmodSync
Function · 0.45
chmod
Function · 0.45
chmod
Function · 0.45
Calls
1
fsCall
Function · 0.85
Tested by
2
test
Function · 0.36
create_wrapper
Function · 0.36