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

Function noopFdSync

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

Source from the content-addressed store, hash-verified

36}
37
38function noopFdSync(fd) {
39 if (getVirtualFd(fd)) return true;
40 return undefined;
41}
42
43const noopFdPromise = PromiseResolve(true);
44function noopFd(fd) {

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…