MCPcopy
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
637function readFileApp(file)
638{
639 return fs.readFileSync(p.join(appDir, file), 'utf8');
640}
641
642function readFile(file)
643{

Callers 4

getLocaleUserLanguageFunction · 0.85
loadLanguagesPageFunction · 0.85
opencomic.jsFile · 0.85
loadLanguageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected