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

Function loadVfsSetup

lib/internal/vfs/file_system.js:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49let deregisterVFS;
50
51function loadVfsSetup() {
52 if (!registerVFS) {
53 const setup = require('internal/vfs/setup');
54 registerVFS = setup.registerVFS;
55 deregisterVFS = setup.deregisterVFS;
56 }
57}
58
59/**
60 * Virtual File System implementation using Provider architecture.

Callers 2

mountMethod · 0.85
unmountMethod · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…