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

Function readingViewIs

scripts/reading.js:3076–3085  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

3074}
3075
3076function readingViewIs(value)
3077{
3078 if(value == 'scroll' && _config.readingWebtoon)
3079 return true;
3080
3081 if((_config.readingView == value || (value == 'compact' && _config.readingView != 'scroll' && _config.readingView != 'slide')) && !_config.readingWebtoon)
3082 return true;
3083
3084 return false;
3085}
3086
3087function readingView()
3088{

Callers 15

applyMangaReadingFunction · 0.85
disposeImagesFunction · 0.85
calculateViewFunction · 0.85
getPreviusContentSizeFunction · 0.85
stayInLineFunction · 0.85
changeHeaderButtonsFunction · 0.85
goToImageCLFunction · 0.85
goScrollPercentFunction · 0.85
goToIndexFunction · 0.85
goNextFunction · 0.85
goPreviousFunction · 0.85
onScrollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected