MCPcopy Index your code
hub / github.com/nodejs/node / [SymbolDispose]

Method [SymbolDispose]

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

Source from the content-addressed store, hash-verified

90 }
91
92 [SymbolDispose]() {
93 if (!this.#closed) {
94 this.closeSync();
95 }
96 }
97}
98
99VirtualDir.prototype[SymbolAsyncIterator] = VirtualDir.prototype.entries;

Callers

nothing calls this directly

Calls 1

closeSyncMethod · 0.95

Tested by

no test coverage detected