Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ open
Function
open
test/parallel/test-fs-chmod.js:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
let
openCount = 0;
42
43
function
open() {
44
openCount++;
45
return
fs._open.apply(fs, arguments);
46
}
47
48
function
openSync() {
49
openCount++;
Callers
15
test-file-validate-mode-flag.js
File · 0.70
test-permission-fs-filehandle-utimes.js
File · 0.70
writeFileTest
Function · 0.70
readFileTest
Function · 0.70
start
Method · 0.70
validateReadFile
Function · 0.70
validateReadFileProc
Function · 0.70
doReadAndCancel
Function · 0.70
validateWriteFile
Function · 0.70
doWriteAndCancel
Function · 0.70
doWriteStream
Function · 0.70
doWriteStreamWithCancel
Function · 0.70
Calls
1
apply
Method · 0.45
Tested by
8
Execute
Function · 0.40
assert_file
Function · 0.40
IsFailureOutput
Method · 0.40
GetRunConfiguration
Method · 0.40
GetSource
Method · 0.40
IsFailureOutput
Method · 0.40
GetRunConfiguration
Method · 0.40
GetSource
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…