MCPcopy Create free account
hub / github.com/Bitbox-Connect/Bitbox / paginate

Function paginate

client/src/component/Contributors.jsx:303–303  ·  view source on GitHub ↗
(pageNumber)

Source from the content-addressed store, hash-verified

301 : Math.ceil(filteredContributors.length / itemsPerPage);
302
303 const paginate = (pageNumber) => setCurrentPage(pageNumber);
304
305 return (
306 <div

Callers 1

ContributorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected