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

Method getState

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

Source from the content-addressed store, hash-verified

619 unarchiveThread(threadId: string): Promise<void>;
620 deleteThread(threadId: string): Promise<void>;
621 getState(): ThreadState;
622 /**
623 * Returns a stable initial snapshot for server-side rendering.
624 *

Callers 14

useThreadStoreSelectorFunction · 0.65
constructorMethod · 0.65
ngOnDestroyMethod · 0.65
trackMutationFunction · 0.65
subscribeErrorsFunction · 0.65
refreshFunction · 0.65
refetchThreadsFunction · 0.65
getStateFunction · 0.65
fetchStateMethod · 0.65
bindThreadStoreSelectorFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected