MCPcopy
hub / github.com/ollm/OpenComic / asarToAsarUnpacked

Function asarToAsarUnpacked

scripts/opencomic.js:712–722  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

710}
711
712function asarToAsarUnpacked(path)
713{
714 if(!/app(-(?:arm64|x64))?\.asar\.unpacked/.test(path))
715 {
716 var pathUnpacked = path.replace(/app(-(?:arm64|x64))?\.asar/, 'app$1.asar.unpacked');
717
718 if(fs.existsSync(pathUnpacked)) path = pathUnpacked;
719 }
720
721 return path;
722}
723
724function zoomIn()
725{

Callers 6

loadShoShoFunction · 0.70
loadPdfjsFunction · 0.70
loadPdfjsDecodersFunction · 0.70
loadJxlImageFunction · 0.70
loadFoliateJsFunction · 0.70
loadWebdavFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected