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

Function setVfsHandlers

lib/internal/fs/utils.js:1111–1111  ·  view source on GitHub ↗
(handlers)

Source from the content-addressed store, hash-verified

1109// When handlers is null, no VFS is active (zero overhead).
1110const vfsState = { __proto__: null, handlers: null };
1111function setVfsHandlers(handlers) { vfsState.handlers = handlers; }
1112
1113module.exports = {
1114 constants: {

Callers 2

registerVFSFunction · 0.85
deregisterVFSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected