Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ makeFileWritable
Function
makeFileWritable
lib/internal/fs/cp/cp-sync.js:118–120 ·
view source on GitHub ↗
(dest, srcMode)
Source
from the content-addressed store, hash-verified
116
}
117
118
function
makeFileWritable(dest, srcMode) {
119
return
setDestMode(dest, srcMode | 0o200);
120
}
121
122
function
setDestMode(dest, srcMode) {
123
return
chmodSync(dest, srcMode);
Callers
1
handleTimestamps
Function · 0.70
Calls
1
setDestMode
Function · 0.70
Tested by
no test coverage detected