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

Method unmount

lib/internal/vfs/file_system.js:153–159  ·  view source on GitHub ↗

* Unmounts the VFS.

()

Source from the content-addressed store, hash-verified

151 * Unmounts the VFS.
152 */
153 unmount() {
154 debug('unmount %s', this[kMountPoint]);
155 loadVfsSetup();
156 deregisterVFS(this);
157 this[kMountPoint] = null;
158 this[kMounted] = false;
159 }
160
161 /**
162 * Disposes of the VFS by unmounting it.

Calls 3

loadVfsSetupFunction · 0.85
deregisterVFSFunction · 0.85
debugFunction · 0.50

Tested by

no test coverage detected