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

Method refetchThreads

packages/core/src/threads.ts:606–606  ·  view source on GitHub ↗

* Re-fetches the thread list without resetting the current list to empty. * * Public, design-named alias of refresh used by the drawer's * error-state Retry affordance and the Active/All filter-change refetch.

()

Source from the content-addressed store, hash-verified

604 * error-state Retry affordance and the Active/All filter-change refetch.
605 */
606 refetchThreads(): void;
607 /**
608 * Resets to a fresh, client-side thread so the welcome screen can show.
609 *

Callers 6

useThreadsFunction · 0.80
ThreadsStoreClass · 0.80
threads.spec.tsFile · 0.80
onFilterChangeMethod · 0.80
onRetryMethod · 0.80
threads.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected