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

Function isFilePresenceUnknownOnHost

test/fixtures/snapshot/typescript.js:123594–123596  ·  view source on GitHub ↗
(hostSourceFile)

Source from the content-addressed store, hash-verified

123592 return typeof hostSourceFile === "boolean";
123593 }
123594 function isFilePresenceUnknownOnHost(hostSourceFile) {
123595 return typeof hostSourceFile.version === "boolean";
123596 }
123597 function fileExists(fileName) {
123598 var path = toPath(fileName);
123599 // If file is missing on host from cache, we can definitely say file doesnt exist

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…