MCPcopy 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
58function closeSync() {
59 openCount--;
60 return fs._closeSync.apply(fs, arguments);
61}
62
63
64// On Windows chmod is only able to manipulate write permission

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…