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

Method nextPage

integrations/replicate/src/index.ts:127–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 const nextStep = counter++;
126
127 const nextPage = () => {
128 return this.request<Page<T>>(`${key}-${nextStep}`, {
129 route: page.next!,
130 options: { method: "GET" },
131 });
132 };
133
134 yield* this.paginate(nextPage, key, nextStep);
135 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected