Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webodf/ViewerJS
/ getDomPage
Function
getDomPage
PDFViewerPlugin.js:102–104 ·
view source on GitHub ↗
(page)
Source
from the content-addressed store, hash-verified
100
}
101
102
function
getDomPage(page) {
103
return
domPages[page.pageIndex];
104
}
105
function
getPageText(page) {
106
return
pageText[page.pageIndex];
107
}
Callers
2
updatePageDimensions
Function · 0.85
ensurePageRendered
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected