MCPcopy 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

41let openCount = 0;
42
43function open() {
44 openCount++;
45 return fs._open.apply(fs, arguments);
46}
47
48function openSync() {
49 openCount++;

Callers 15

writeFileTestFunction · 0.70
readFileTestFunction · 0.70
startMethod · 0.70
validateReadFileFunction · 0.70
validateReadFileProcFunction · 0.70
doReadAndCancelFunction · 0.70
validateWriteFileFunction · 0.70
doWriteAndCancelFunction · 0.70
doWriteStreamFunction · 0.70
doWriteStreamWithCancelFunction · 0.70

Calls 1

applyMethod · 0.45

Tested by 8

ExecuteFunction · 0.40
assert_fileFunction · 0.40
IsFailureOutputMethod · 0.40
GetRunConfigurationMethod · 0.40
GetSourceMethod · 0.40
IsFailureOutputMethod · 0.40
GetRunConfigurationMethod · 0.40
GetSourceMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…