MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / nextPageInfo

Method nextPageInfo

out/cli.cjs:81285–81287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81283 // @deprecated Please use `nextPageInfo()` instead
81284 /**
81285 * This page represents a response that isn't actually paginated at the API level
81286 * so there will never be any next page params.
81287 */
81288 nextPageParams() {
81289 return null;
81290 }

Callers 3

hasNextPageMethod · 0.80
getNextPageMethod · 0.80
nextPageParamsMethod · 0.80

Calls 1

getPaginatedItemsMethod · 0.80

Tested by

no test coverage detected