MCPcopy Index your code
hub / github.com/webodf/ViewerJS / getRenderingStatus

Function getRenderingStatus

PDFViewerPlugin.js:108–110  ·  view source on GitHub ↗
(page)

Source from the content-addressed store, hash-verified

106 return pageText[page.pageIndex];
107 }
108 function getRenderingStatus(page) {
109 return renderingStates[page.pageIndex];
110 }
111 function setRenderingStatus(page, renderStatus) {
112 renderingStates[page.pageIndex] = renderStatus;
113 }

Callers 2

updatePageDimensionsFunction · 0.85
ensurePageRenderedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected