MCPcopy Index your code
hub / github.com/nodejs/node / closeSync

Method closeSync

lib/internal/vfs/dir.js:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 closeSync() {
61 if (this.#closed) {
62 throw new ERR_DIR_CLOSED();
63 }
64 this.#closed = true;
65 }
66
67 async close(callback) {
68 if (typeof callback === 'function') {

Callers 9

closeMethod · 0.95
entriesMethod · 0.95
[SymbolDispose]Method · 0.95
closeSyncFunction · 0.45
#closeMethod · 0.45
#closeMethod · 0.45
readFileSyncMethod · 0.45
writeFileSyncMethod · 0.45
appendFileSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected