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

Function noopFd

lib/internal/vfs/setup.js:44–47  ·  view source on GitHub ↗
(fd)

Source from the content-addressed store, hash-verified

42
43const noopFdPromise = PromiseResolve(true);
44function noopFd(fd) {
45 if (getVirtualFd(fd)) return noopFdPromise;
46 return undefined;
47}
48
49// Registry of active VFS instances.
50const activeVFSList = [];

Callers

nothing calls this directly

Calls 1

getVirtualFdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…