MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / hasNextPage

Method hasNextPage

packages/core/src/v3/apiClient/pagination.ts:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31export interface Page<Item> {
32 getPaginatedItems(): Item[];
33 hasNextPage(): boolean;
34 hasPreviousPage(): boolean;
35}
36

Callers 4

iterPagesMethod · 0.65
iterPagesMethod · 0.65
doListRunsFunction · 0.65
doScheduleListsFunction · 0.65

Implementers 2

CursorPagepackages/core/src/v3/apiClient/paginat
OffsetLimitPagepackages/core/src/v3/apiClient/paginat

Calls

no outgoing calls

Tested by

no test coverage detected