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

Function getPageText

PDFViewerPlugin.js:105–107  ·  view source on GitHub ↗
(page)

Source from the content-addressed store, hash-verified

103 return domPages[page.pageIndex];
104 }
105 function getPageText(page) {
106 return pageText[page.pageIndex];
107 }
108 function getRenderingStatus(page) {
109 return renderingStates[page.pageIndex];
110 }

Callers 1

ensurePageRenderedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected