Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
export
interface
Page<Item> {
32
getPaginatedItems(): Item[];
33
hasNextPage(): boolean;
34
hasPreviousPage(): boolean;
35
}
36
Callers
4
iterPages
Method · 0.65
iterPages
Method · 0.65
doListRuns
Function · 0.65
doScheduleLists
Function · 0.65
Implementers
2
CursorPage
packages/core/src/v3/apiClient/paginat
OffsetLimitPage
packages/core/src/v3/apiClient/paginat
Calls
no outgoing calls
Tested by
no test coverage detected