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

Function goToPage

scripts/reading.js:1077–1083  ·  view source on GitHub ↗
(page)

Source from the content-addressed store, hash-verified

1075
1076//Go to a specific page
1077function goToPage(page)
1078{
1079 if(typeof imagesData[page] !== 'undefined')
1080 goToImage(page);
1081 else
1082 goToFolder(page);
1083}
1084
1085var pageRangeHistory = [];
1086

Callers

nothing calls this directly

Calls 2

goToFolderFunction · 0.85
goToImageFunction · 0.70

Tested by

no test coverage detected