MCPcopy 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
48function openSync() {
49 openCount++;
50 return fs._openSync.apply(fs, arguments);
51}
52
53function close() {
54 openCount--;

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected