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

Method [SymbolDispose]

lib/internal/vfs/file_system.js:165–169  ·  view source on GitHub ↗

* Disposes of the VFS by unmounting it. * Supports the Explicit Resource Management proposal (using declaration).

()

Source from the content-addressed store, hash-verified

163 * Supports the Explicit Resource Management proposal (using declaration).
164 */
165 [SymbolDispose]() {
166 if (this[kMounted]) {
167 this.unmount();
168 }
169 }
170
171 /**
172 * Checks if a path should be handled by this VFS.

Callers

nothing calls this directly

Calls 1

unmountMethod · 0.95

Tested by

no test coverage detected