Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/primer/react
/ getLastPage
Function
getLastPage
packages/react/src/DataTable/__tests__/Pagination.test.tsx:286–289 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
284
}
285
286
function getLastPage() {
287
const pages = getPages()
288
return pages[pages.length - 1]
289
}
290
291
function getPageRange() {
292
const element = document.querySelector(
'.TablePaginationRange'
)
Callers
1
Pagination.test.tsx
File · 0.85
Calls
1
getPages
Function · 0.85
Tested by
no test coverage detected