Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
647
function
existsFileApp(file)
648
{
649
return
fs.existsSync(p.join(appDir, file))
650
}
651
652
function
existsFile(file)
653
{
Callers
1
loadLanguage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected