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

Function isFileMissingOnHost

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

Source from the content-addressed store, hash-verified

123589 return ts.toPath(fileName, currentDirectory, getCanonicalFileName);
123590 }
123591 function isFileMissingOnHost(hostSourceFile) {
123592 return typeof hostSourceFile === "boolean";
123593 }
123594 function isFilePresenceUnknownOnHost(hostSourceFile) {
123595 return typeof hostSourceFile.version === "boolean";
123596 }

Callers 4

fileExistsFunction · 0.85
nextSourceFileVersionFunction · 0.85
onReleaseOldSourceFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…