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

Method fetchNextPage

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

Source from the content-addressed store, hash-verified

614 */
615 startNewThread(): void;
616 fetchNextPage(): void;
617 renameThread(threadId: string, name: string): Promise<void>;
618 archiveThread(threadId: string): Promise<void>;
619 unarchiveThread(threadId: string): Promise<void>;

Callers 4

useThreadsFunction · 0.65
ThreadsStoreClass · 0.65
threads.test.tsFile · 0.65
useThreadsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected