Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ openSync
Function
openSync
test/parallel/test-fs-chmod.js:48–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
function
openSync() {
49
openCount++;
50
return
fs._openSync.apply(fs, arguments);
51
}
52
53
function
close() {
54
openCount--;
Callers
15
test-fastutf8stream-minlength.js
File · 0.70
test-fastutf8stream-destroy.js
File · 0.70
test-file-validate-mode-flag.js
File · 0.70
runTests
Function · 0.70
test-fastutf8stream-write.js
File · 0.70
test-fastutf8stream-sync.js
File · 0.70
test-fastutf8stream-fsync.js
File · 0.70
runTests
Function · 0.70
test-fastutf8stream-retry.js
File · 0.70
runTests
Function · 0.70
test-fastutf8stream-flush-sync.js
File · 0.70
runTests
Function · 0.70
Calls
1
apply
Method · 0.45
Tested by
no test coverage detected