Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ closeSync
Function
closeSync
test/parallel/test-fs-chmod.js:58–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
function
closeSync() {
59
openCount--;
60
return
fs._closeSync.apply(fs, arguments);
61
}
62
63
64
// On Windows chmod is only able to manipulate write permission
Callers
4
test-fastutf8stream-minlength.js
File · 0.70
test-fastutf8stream-sync.js
File · 0.70
test-fs-write-negativeoffset.js
File · 0.70
test-wasi-stdio.js
File · 0.50
Calls
1
apply
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…