MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / fetchNextPage

Function fetchNextPage

packages/core/src/threads.ts:1352–1354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1350 store.dispatch(threadAdapterEvents.newThreadStarted());
1351 },
1352 fetchNextPage(): void {
1353 store.dispatch(threadAdapterEvents.fetchNextPageRequested());
1354 },
1355 renameThread(threadId: string, name: string): Promise<void> {
1356 return trackMutation(
1357 threadAdapterEvents.renameRequested({

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…