(fd)
| 36 | } |
| 37 | |
| 38 | function noopFdSync(fd) { |
| 39 | if (getVirtualFd(fd)) return true; |
| 40 | return undefined; |
| 41 | } |
| 42 | |
| 43 | const noopFdPromise = PromiseResolve(true); |
| 44 | function noopFd(fd) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…