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

Function fileExists

test/fixtures/snapshot/typescript.js:7460–7462  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

7458 }
7459 }
7460 function fileExists(path) {
7461 return fileSystemEntryExists(path, 0 /* FileSystemEntryKind.File */);
7462 }
7463 function directoryExists(path) {
7464 return fileSystemEntryExists(path, 1 /* FileSystemEntryKind.Directory */);
7465 }

Callers 3

findConfigFileFunction · 0.70

Calls 9

fileSystemEntryExistsFunction · 0.85
toPathFunction · 0.85
hasEntryFunction · 0.85
getBaseNameOfFileNameFunction · 0.85
isFileMissingOnHostFunction · 0.85
getMethod · 0.65
callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…