(page)
| 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 | } |
no outgoing calls
no test coverage detected