MCPcopy Create free account
hub / github.com/PartPilotLab/PartPilot / navigatePage

Function navigatePage

app/dashboardPage.tsx:398–405  ·  view source on GitHub ↗
(page: number)

Source from the content-addressed store, hash-verified

396 }
397
398 async function navigatePage(page: number) {
399 setPage(page);
400 if (isSearchResult) {
401 await searchParts(page);
402 } else {
403 await getParts(page);
404 }
405 }
406
407 return (
408 <Stack gap={"sm"} style={{ overflowX: "hidden" }}>

Callers 2

deletePartFunction · 0.85
DashboardPageFunction · 0.85

Calls 2

searchPartsFunction · 0.85
getPartsFunction · 0.85

Tested by

no test coverage detected