Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ollm/OpenComic
/ readFileApp
Function
readFileApp
scripts/opencomic.js:637–640 ·
view source on GitHub ↗
(file)
Source
from the content-addressed store, hash-verified
635
}
636
637
function
readFileApp(file)
638
{
639
return
fs.readFileSync(p.join(appDir, file),
'utf8'
);
640
}
641
642
function
readFile(file)
643
{
Callers
4
getLocaleUserLanguage
Function · 0.85
loadLanguagesPage
Function · 0.85
opencomic.js
File · 0.85
loadLanguage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected