MCPcopy Index your code
hub / github.com/ollm/OpenComic / existsFileApp

Function existsFileApp

scripts/opencomic.js:647–650  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

645}
646
647function existsFileApp(file)
648{
649 return fs.existsSync(p.join(appDir, file))
650}
651
652function existsFile(file)
653{

Callers 1

loadLanguageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected