MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / fileExists

Method fileExists

src/transpilation/utils.ts:12–12  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

10export interface EmitHost {
11 directoryExists(path: string): boolean;
12 fileExists(path: string): boolean;
13 getCurrentDirectory(): string;
14 readFile(path: string): string | undefined;
15 writeFile: ts.WriteFileCallback;

Callers 3

locateConfigFileFunction · 0.80
createVirtualProgramFunction · 0.80
searchForFileFromPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected