Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CopilotKit/CopilotKit
/ stop
Method
stop
packages/core/src/threads.ts:596–596 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
594
interface
ThreadStore {
595
start(): void;
596
stop(): void;
597
setContext(context: ThreadRuntimeContext | null): void;
598
/** Re-fetches the thread list without resetting the current list to empty. */
599
refresh(): void;
Callers
1
stop
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected