MCPcopy
hub / github.com/compodoc/compodoc / existsSync

Method existsSync

src/app/engines/file.engine.ts:49–51  ·  view source on GitHub ↗

* @param file The file to check

(file: string)

Source from the content-addressed store, hash-verified

47 * @param file The file to check
48 */
49 public existsSync(file: string): boolean {
50 return fs.existsSync(file);
51 }
52}
53
54export default FileEngine.getInstance();

Callers 15

merge-lcov.jsFile · 0.45
cleanUpFunction · 0.45
createFunction · 0.45
existsFunction · 0.45
cleanUpFunction · 0.45
createFunction · 0.45
startMethod · 0.45
parseApiMarkdownFilesMethod · 0.45
findSourceFileMethod · 0.45
parseIndexFilesMethod · 0.45
processReExportAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected