MCPcopy
hub / github.com/obytes/react-native-template-obytes / getPreviousPageParam

Function getPreviousPageParam

src/lib/api/utils.tsx:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 unknown,
50 PaginateQuery<unknown>
51> = page => getUrlParameters(page.previous)?.offset ?? null;
52
53export const getNextPageParam: GetPreviousPageParamFunction<
54 unknown,

Callers

nothing calls this directly

Calls 1

getUrlParametersFunction · 0.85

Tested by

no test coverage detected