MCPcopy
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
286function getLastPage() {
287 const pages = getPages()
288 return pages[pages.length - 1]
289}
290
291function getPageRange() {
292 const element = document.querySelector('.TablePaginationRange')

Callers 1

Calls 1

getPagesFunction · 0.85

Tested by

no test coverage detected